Html Css Color HEX #013380 Dark Cerulean

📋 copy color: '#013380'

red 1 ◦ green 51 ◦ blue 128

#013380
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #013380

Tints of Dark Cerulean #013380

RGB

 RED value IS 1 (0.78% from 255) = 0.56%

 GREEN value IS 51 (20.31% from 255) = 28.33%

 BLUE value IS 128 (50.39% from 255) = 71.11%

R = 0.56%
G = 28.33%
B = 71.11%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#013380 (or 0x013380) is known color: Dark Cerulean. HEX triplet: 01, 33 and 80. RGB value is (1,51,128). Sum of RGB (Red+Green+Blue) = 1+51+128=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 128 (50.39% from 255 or 71.11% from 180); Max value from RGB is 128 - color contains mainly: blue. Hex color #013380 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013380 is #FECC7F. Grayscale: #2C2C2C. Windows color (decimal): -16698496 or 8401665. OLE color: 8401665.

HSL color Cylindrical-coordinate representation of color #013380: hue angle of 216.38º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013380 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 51 128 -
CMYK 0.99 0.60 0 0.50
HSL 216.38º 0.98% 0.25% -
HSV(B) 216.38º 0.99% 0.5% -
XYZ 5.09 3.93 20.91 -
YUV 44.83 174.94 96.74 -
System Red Green Blue C M Y K H S L
Decimal 1 51 128 0.99 0.60 0 0.50 216.38 0.98 0.25
Hex 1 33 80 63 3C 0 32 D8 62 19
Octal 1 63 200 143 74 0 62 330 142 31
Binary 1 110011 10000000 1100011 111100 0 110010 11011000 1100010 11001

Color Harmonies of #013380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013380

Black with #013380

Text Example


Text Example

White with #013380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013380; }

 p { color: rgb(1,51,128); }

 H1.HeaderClassName
 {
   color: #013380;
 }
 .AnyTagClassName
 {
   color: #013380;
 }
</style>

background-color css

<style>
 a { background-color: #013380; }

 a { background-color: rgb(1,51,128); }

 div.DivClassName
 {
   background-color: #013380;
 }
 .BgClassName
 {
   background-color: #013380;
 }
</style>

border-color css

<style>
 span { border-color: #013380; }

 span { border-color: rgb(1,51,128); }

 td.TdClassName
 {
   border-color: #013380;
 }
 .TagClassName
 {
   border-color: #013380;
 }
</style>