#023C73

Color #023C73 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #023C73

Tints of Dark Cerulean #023C73

Color information

#023C73 (or 0x023C73) is unknown color: approx 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

RGB260115-
CMYK0.980.4800.55
HSL209.2º96.58%22.94%-
HSV(B)209.2º98.26%45.1%-
XYZ4.744.4816.84-
YUV48.93165.2894.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.13%
GREEN value IS 60 (23.83% from 255) = 33.90%
BLUE value IS 115 (45.31% from 255) = 64.97%
R=1.13%
G=33.90%
B=64.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2601150.980.4800.55209.296.5822.94
Hex23C736230037d16117
Octal2741631426006732114127
Binary1011110011100111100010110000011011111010001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>