#024968

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

Shades of Dark Cerulean #024968

Tints of Dark Cerulean #024968

Color information

#024968 (or 0x024968) is unknown color: approx Dark Cerulean. HEX triplet: 02, 49 and 68. RGB value is (2,73,104). Sum of RGB (Red+Green+Blue) = 2+73+104=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #024968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024968 is #FDB697. Grayscale: #373737. Windows color (decimal): -16627352 or 6834434. OLE color: 6834434.

HSL color Cylindrical-coordinate representation of color #024968: hue angle of 198.24º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024968 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB273104-
CMYK0.980.3000.59
HSL198.24º96.23%20.78%-
HSV(B)198.24º98.08%40.78%-
XYZ4.915.7813.95-
YUV55.3155.4889.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 73 (28.91% from 255) = 40.78%
BLUE value IS 104 (41.02% from 255) = 58.10%
R=1.12%
G=40.78%
B=58.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2731040.980.3000.59198.2496.2320.78
Hex24968621E03Bc66015
Octal21111501423607330614025
Binary1010010011101000110001011110011101111000110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024968; }

 p { color: rgb(2,73,104); }

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

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

 a { background-color: rgb(2,73,104); }

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

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

 span { border-color: rgb(2,73,104); }

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