#023F77

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

Shades of Dark Cerulean #023F77

Tints of Dark Cerulean #023F77

Color information

#023F77 (or 0x023F77) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3F and 77. RGB value is (2,63,119). Sum of RGB (Red+Green+Blue) = 2+63+119=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 119 (46.88% from 255 or 64.67% from 184); Max value from RGB is 119 - color contains mainly: blue. Hex color #023F77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023F77 is #FDC088. Grayscale: #323232. Windows color (decimal): -16629897 or 7814914. OLE color: 7814914.

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

Color convert

RGB263119-
CMYK0.980.4700.53
HSL208.72º96.69%23.73%-
HSV(B)208.72º98.32%46.67%-
XYZ5.134.918.13-
YUV51.14166.2992.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 63 (25% from 255) = 34.24%
BLUE value IS 119 (46.88% from 255) = 64.67%
R=1.09%
G=34.24%
B=64.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2631190.980.4700.53208.7296.6923.73
Hex23F77622F035d16118
Octal2771671425706532114130
Binary1011111111101111100010101111011010111010001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,63,119); }

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

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

 a { background-color: rgb(2,63,119); }

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

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

 span { border-color: rgb(2,63,119); }

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