#023E75

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

Shades of Dark Cerulean #023E75

Tints of Dark Cerulean #023E75

Color information

#023E75 (or 0x023E75) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3E and 75. RGB value is (2,62,117). Sum of RGB (Red+Green+Blue) = 2+62+117=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #023E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023E75 is #FDC18A. Grayscale: #323232. Windows color (decimal): -16630155 or 7683586. OLE color: 7683586.

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

Color convert

RGB262117-
CMYK0.980.4700.54
HSL208.7º96.64%23.33%-
HSV(B)208.7º98.29%45.88%-
XYZ4.964.7417.48-
YUV50.33165.6293.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 62 (24.61% from 255) = 34.25%
BLUE value IS 117 (46.09% from 255) = 64.64%
R=1.10%
G=34.25%
B=64.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2621170.980.4700.54208.796.6423.33
Hex23E75622F036d16117
Octal2761651425706632114127
Binary1011111011101011100010101111011011011010001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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