#023E74

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

Shades of Dark Cerulean #023E74

Tints of Dark Cerulean #023E74

Color information

#023E74 (or 0x023E74) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3E and 74. RGB value is (2,62,116). Sum of RGB (Red+Green+Blue) = 2+62+116=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 116 (45.70% from 255 or 64.44% from 180); Max value from RGB is 116 - color contains mainly: blue. Hex color #023E74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023E74 is #FDC18B. Grayscale: #313131. Windows color (decimal): -16630156 or 7618050. OLE color: 7618050.

HSL color Cylindrical-coordinate representation of color #023E74: hue angle of 208.42º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023E74 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB262116-
CMYK0.980.4700.55
HSL208.42º96.61%23.14%-
HSV(B)208.42º98.28%45.49%-
XYZ4.94.7217.18-
YUV50.22165.1293.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.11%
GREEN value IS 62 (24.61% from 255) = 34.44%
BLUE value IS 116 (45.70% from 255) = 64.44%
R=1.11%
G=34.44%
B=64.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2621160.980.4700.55208.4296.6123.14
Hex23E74622F037d06117
Octal2761641425706732014127
Binary1011111011101001100010101111011011111010000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,62,116); }

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

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

 a { background-color: rgb(2,62,116); }

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

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

 span { border-color: rgb(2,62,116); }

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