Html Css Color HEX #023C73 Dark Cerulean

📋 copy color: '#023C73'

red 2 ◦ green 60 ◦ blue 115

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

Shades of Dark Cerulean #023C73

Tints of Dark Cerulean #023C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 64.97%

R = 1.13%
G = 33.9%
B = 64.97%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#023C73 (or 0x023C73) is known color: Dark Cerulean. HEX triplet: 02, 3C and 73. RGB value is (2,60,115). Sum of RGB (Red+Green+Blue) = 2+60+115=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 115 (45.31% from 255 or 64.97% from 177); Max value from RGB is 115 - color contains mainly: blue. Hex color #023C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023C73 is #FDC38C. Grayscale: #303030. Windows color (decimal): -16630669 or 7552002. OLE color: 7552002.

HSL color Cylindrical-coordinate representation of color #023C73: hue angle of 209.2º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023C73 is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 60 115 -
CMYK 0.98 0.48 0 0.55
HSL 209.2º 0.97% 0.23% -
HSV(B) 209.2º 0.98% 0.45% -
XYZ 4.74 4.48 16.84 -
YUV 48.93 165.28 94.53 -
System Red Green Blue C M Y K H S L
Decimal 2 60 115 0.98 0.48 0 0.55 209.2 0.97 0.23
Hex 2 3C 73 62 30 0 37 D1 61 17
Octal 2 74 163 142 60 0 67 321 141 27
Binary 10 111100 1110011 1100010 110000 0 110111 11010001 1100001 10111

Color Harmonies of #023C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023C73

Black with #023C73

Text Example


Text Example

White with #023C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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