#023A79

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

Shades of Dark Cerulean #023A79

Tints of Dark Cerulean #023A79

Color information

#023A79 (or 0x023A79) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3A and 79. RGB value is (2,58,121). Sum of RGB (Red+Green+Blue) = 2+58+121=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 121 (47.66% from 255 or 66.85% from 181); Max value from RGB is 121 - color contains mainly: blue. Hex color #023A79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023A79 is #FDC586. Grayscale: #303030. Windows color (decimal): -16631175 or 7944706. OLE color: 7944706.

HSL color Cylindrical-coordinate representation of color #023A79: hue angle of 211.76º 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 #023A79 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB258121-
CMYK0.980.5200.53
HSL211.76º96.75%24.12%-
HSV(B)211.76º98.35%47.45%-
XYZ4.994.4218.68-
YUV48.44168.9594.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 58 (23.05% from 255) = 32.04%
BLUE value IS 121 (47.66% from 255) = 66.85%
R=1.10%
G=32.04%
B=66.85%

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
Decimal2581210.980.5200.53211.7696.7524.12
Hex23A796234035d46118
Octal2721711426406532414130
Binary1011101011110011100010110100011010111010100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,58,121); }

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

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

 a { background-color: rgb(2,58,121); }

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

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

 span { border-color: rgb(2,58,121); }

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