#023C7A

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

Shades of Dark Cerulean #023C7A

Tints of Dark Cerulean #023C7A

Color information

#023C7A (or 0x023C7A) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3C and 7A. RGB value is (2,60,122). Sum of RGB (Red+Green+Blue) = 2+60+122=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 122 (48.05% from 255 or 66.30% from 184); Max value from RGB is 122 - color contains mainly: blue. Hex color #023C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023C7A is #FDC385. Grayscale: #313131. Windows color (decimal): -16630662 or 8010754. OLE color: 8010754.

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

Color convert

RGB260122-
CMYK0.980.5100.52
HSL211º96.77%24.31%-
HSV(B)211º98.36%47.84%-
XYZ5.154.6519.04-
YUV49.73168.7893.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 60 (23.83% from 255) = 32.61%
BLUE value IS 122 (48.05% from 255) = 66.30%
R=1.09%
G=32.61%
B=66.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2601220.980.5100.5221196.7724.31
Hex23C7A6233034d36118
Octal2741721426306432314130
Binary1011110011110101100010110011011010011010011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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