#023978

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

Shades of Dark Cerulean #023978

Tints of Dark Cerulean #023978

Color information

#023978 (or 0x023978) is unknown color: approx Dark Cerulean. HEX triplet: 02, 39 and 78. RGB value is (2,57,120). Sum of RGB (Red+Green+Blue) = 2+57+120=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 120 (47.27% from 255 or 67.04% from 179); Max value from RGB is 120 - color contains mainly: blue. Hex color #023978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023978 is #FDC687. Grayscale: #2F2F2F. Windows color (decimal): -16631432 or 7878914. OLE color: 7878914.

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

Color convert

RGB257120-
CMYK0.980.5200.53
HSL212.03º96.72%23.92%-
HSV(B)212.03º98.33%47.06%-
XYZ4.884.318.34-
YUV47.74168.7895.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 57 (22.66% from 255) = 31.84%
BLUE value IS 120 (47.27% from 255) = 67.04%
R=1.12%
G=31.84%
B=67.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2571200.980.5200.53212.0396.7223.92
Hex239786234035d46118
Octal2711701426406532414130
Binary1011100111110001100010110100011010111010100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023978; }

 p { color: rgb(2,57,120); }

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

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

 a { background-color: rgb(2,57,120); }

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

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

 span { border-color: rgb(2,57,120); }

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