#023B7D

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

Shades of Dark Cerulean #023B7D

Tints of Dark Cerulean #023B7D

Color information

#023B7D (or 0x023B7D) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3B and 7D. RGB value is (2,59,125). Sum of RGB (Red+Green+Blue) = 2+59+125=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 125 (49.22% from 255 or 67.20% from 186); Max value from RGB is 125 - color contains mainly: blue. Hex color #023B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023B7D is #FDC482. Grayscale: #313131. Windows color (decimal): -16630915 or 8207106. OLE color: 8207106.

HSL color Cylindrical-coordinate representation of color #023B7D: hue angle of 212.2º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023B7D is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB259125-
CMYK0.980.5300.51
HSL212.2º96.85%24.9%-
HSV(B)212.2º98.4%49.02%-
XYZ5.294.6220.02-
YUV49.48170.6294.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 59 (23.44% from 255) = 31.72%
BLUE value IS 125 (49.22% from 255) = 67.20%
R=1.08%
G=31.72%
B=67.20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2591250.980.5300.51212.296.8524.9
Hex23B7D6235033d46119
Octal2731751426506332414131
Binary1011101111111011100010110101011001111010100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,59,125); }

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

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

 a { background-color: rgb(2,59,125); }

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

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

 span { border-color: rgb(2,59,125); }

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