Html Css Color HEX #023C77 Dark Cerulean

📋 copy color: '#023C77'

red 2 ◦ green 60 ◦ blue 119

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

Shades of Dark Cerulean #023C77

Tints of Dark Cerulean #023C77

RGB

 RED value IS 2 (1.17% from 255) = 1.1%

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

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

R = 1.1%
G = 33.15%
B = 65.75%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#023C77 (or 0x023C77) is known color: Dark Cerulean. HEX triplet: 02, 3C and 77. RGB value is (2,60,119). Sum of RGB (Red+Green+Blue) = 2+60+119=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 119 (46.88% from 255 or 65.75% from 181); Max value from RGB is 119 - color contains mainly: blue. Hex color #023C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023C77 is #FDC388. Grayscale: #313131. Windows color (decimal): -16630665 or 7814146. OLE color: 7814146.

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

Color convert

RGB 2 60 119 -
CMYK 0.98 0.50 0 0.53
HSL 210.26º 0.97% 0.24% -
HSV(B) 210.26º 0.98% 0.47% -
XYZ 4.97 4.58 18.07 -
YUV 49.38 167.28 94.2 -
System Red Green Blue C M Y K H S L
Decimal 2 60 119 0.98 0.50 0 0.53 210.26 0.97 0.24
Hex 2 3C 77 62 32 0 35 D2 61 18
Octal 2 74 167 142 62 0 65 322 141 30
Binary 10 111100 1110111 1100010 110010 0 110101 11010010 1100001 11000

Color Harmonies of #023C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023C77

Black with #023C77

Text Example


Text Example

White with #023C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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