#023D88

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

Shades of Dark Cerulean #023D88

Tints of Dark Cerulean #023D88

Color information

#023D88 (or 0x023D88) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3D and 88. RGB value is (2,61,136). Sum of RGB (Red+Green+Blue) = 2+61+136=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 136 (53.52% from 255 or 68.34% from 199); Max value from RGB is 136 - color contains mainly: blue. Hex color #023D88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023D88 is #FDC277. Grayscale: #333333. Windows color (decimal): -16630392 or 8928514. OLE color: 8928514.

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

Color convert

RGB261136-
CMYK0.990.5500.47
HSL213.58º97.1%27.06%-
HSV(B)213.58º98.53%53.33%-
XYZ6.145.1323.96-
YUV51.91175.4592.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 61 (24.22% from 255) = 30.65%
BLUE value IS 136 (53.52% from 255) = 68.34%
R=1.01%
G=30.65%
B=68.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2611360.990.5500.47213.5897.127.06
Hex23D88633702Fd6611b
Octal2752101436705732614133
Binary10111101100010001100011110111010111111010110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,61,136); }

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

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

 a { background-color: rgb(2,61,136); }

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

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

 span { border-color: rgb(2,61,136); }

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