#023C75

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

Shades of Dark Cerulean #023C75

Tints of Dark Cerulean #023C75

Color information

#023C75 (or 0x023C75) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3C and 75. RGB value is (2,60,117). Sum of RGB (Red+Green+Blue) = 2+60+117=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 117 (46.09% from 255 or 65.36% from 179); Max value from RGB is 117 - color contains mainly: blue. Hex color #023C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023C75 is #FDC38A. Grayscale: #303030. Windows color (decimal): -16630667 or 7683074. OLE color: 7683074.

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

Color convert

RGB260117-
CMYK0.980.4900.54
HSL209.74º96.64%23.33%-
HSV(B)209.74º98.29%45.88%-
XYZ4.854.5317.45-
YUV49.16166.2894.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 60 (23.83% from 255) = 33.52%
BLUE value IS 117 (46.09% from 255) = 65.36%
R=1.12%
G=33.52%
B=65.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2601170.980.4900.54209.7496.6423.33
Hex23C756231036d26117
Octal2741651426106632214127
Binary1011110011101011100010110001011011011010010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #023C75;
 }
 .AnyTagClassName
 {
   color: #023C75;
 }
</style>
background-color css

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

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

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

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

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

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