#023D86

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

Shades of Dark Cerulean #023D86

Tints of Dark Cerulean #023D86

Color information

#023D86 (or 0x023D86) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3D and 86. RGB value is (2,61,134). Sum of RGB (Red+Green+Blue) = 2+61+134=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 134 (52.73% from 255 or 68.02% from 197); Max value from RGB is 134 - color contains mainly: blue. Hex color #023D86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023D86 is #FDC279. Grayscale: #333333. Windows color (decimal): -16630394 or 8797442. OLE color: 8797442.

HSL color Cylindrical-coordinate representation of color #023D86: hue angle of 213.18º 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 #023D86 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB261134-
CMYK0.990.5400.47
HSL213.18º97.06%26.67%-
HSV(B)213.18º98.51%52.55%-
XYZ65.0723.22-
YUV51.68174.4592.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 61 (24.22% from 255) = 30.96%
BLUE value IS 134 (52.73% from 255) = 68.02%
R=1.02%
G=30.96%
B=68.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2611340.990.5400.47213.1897.0626.67
Hex23D86633602Fd5611b
Octal2752061436605732514133
Binary10111101100001101100011110110010111111010101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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