#023F8D

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

Shades of Dark Cerulean #023F8D

Tints of Dark Cerulean #023F8D

Color information

#023F8D (or 0x023F8D) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3F and 8D. RGB value is (2,63,141). Sum of RGB (Red+Green+Blue) = 2+63+141=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #023F8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023F8D is #FDC072. Grayscale: #353535. Windows color (decimal): -16629875 or 9256706. OLE color: 9256706.

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

Color convert

RGB263141-
CMYK0.990.5500.45
HSL213.67º97.2%28.04%-
HSV(B)213.67º98.58%55.29%-
XYZ6.615.4925.91-
YUV53.65177.2991.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.97%
GREEN value IS 63 (25% from 255) = 30.58%
BLUE value IS 141 (55.47% from 255) = 68.45%
R=0.97%
G=30.58%
B=68.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2631410.990.5500.45213.6797.228.04
Hex23F8D633702Dd6611c
Octal2772151436705532614134
Binary10111111100011011100011110111010110111010110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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