Html Css Color HEX #013C77 Dark Cerulean

📋 copy color: '#013C77'

red 1 ◦ green 60 ◦ blue 119

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

Shades of Dark Cerulean #013C77

Tints of Dark Cerulean #013C77

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.33%

 BLUE value IS 119 (46.88% from 255) = 66.11%

R = 0.56%
G = 33.33%
B = 66.11%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#013C77 (or 0x013C77) is known color: Dark Cerulean. HEX triplet: 01, 3C and 77. RGB value is (1,60,119). Sum of RGB (Red+Green+Blue) = 1+60+119=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 119 (46.88% from 255 or 66.11% from 180); Max value from RGB is 119 - color contains mainly: blue. Hex color #013C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C77 is #FEC388. Grayscale: #303030. Windows color (decimal): -16696201 or 7814145. OLE color: 7814145.

HSL color Cylindrical-coordinate representation of color #013C77: hue angle of 210º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013C77 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 60 119 -
CMYK 0.99 0.50 0 0.53
HSL 210º 0.98% 0.24% -
HSV(B) 210º 0.99% 0.47% -
XYZ 4.96 4.57 18.07 -
YUV 49.09 167.45 93.7 -
System Red Green Blue C M Y K H S L
Decimal 1 60 119 0.99 0.50 0 0.53 210 0.98 0.24
Hex 1 3C 77 63 32 0 35 D2 62 18
Octal 1 74 167 143 62 0 65 322 142 30
Binary 1 111100 1110111 1100011 110010 0 110101 11010010 1100010 11000

Color Harmonies of #013C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C77

Black with #013C77

Text Example


Text Example

White with #013C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013C77; }

 p { color: rgb(1,60,119); }

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

background-color css

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

 a { background-color: rgb(1,60,119); }

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

border-color css

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

 span { border-color: rgb(1,60,119); }

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