Html Css Color HEX #023C76 Dark Cerulean

📋 copy color: '#023C76'

red 2 ◦ green 60 ◦ blue 118

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

Shades of Dark Cerulean #023C76

Tints of Dark Cerulean #023C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 65.56%

R = 1.11%
G = 33.33%
B = 65.56%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#023C76 (or 0x023C76) is known color: Dark Cerulean. HEX triplet: 02, 3C and 76. RGB value is (2,60,118). Sum of RGB (Red+Green+Blue) = 2+60+118=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 118 (46.48% from 255 or 65.56% from 180); Max value from RGB is 118 - color contains mainly: blue. Hex color #023C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023C76 is #FDC389. Grayscale: #303030. Windows color (decimal): -16630666 or 7748610. OLE color: 7748610.

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

Color convert

RGB 2 60 118 -
CMYK 0.98 0.49 0 0.54
HSL 210º 0.97% 0.24% -
HSV(B) 210º 0.98% 0.46% -
XYZ 4.91 4.55 17.76 -
YUV 49.27 166.78 94.28 -
System Red Green Blue C M Y K H S L
Decimal 2 60 118 0.98 0.49 0 0.54 210 0.97 0.24
Hex 2 3C 76 62 31 0 36 D2 61 18
Octal 2 74 166 142 61 0 66 322 141 30
Binary 10 111100 1110110 1100010 110001 0 110110 11010010 1100001 11000

Color Harmonies of #023C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023C76

Black with #023C76

Text Example


Text Example

White with #023C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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