#023E84

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

Shades of Dark Cerulean #023E84

Tints of Dark Cerulean #023E84

Color information

#023E84 (or 0x023E84) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3E and 84. RGB value is (2,62,132). Sum of RGB (Red+Green+Blue) = 2+62+132=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 132 (51.95% from 255 or 67.35% from 196); Max value from RGB is 132 - color contains mainly: blue. Hex color #023E84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023E84 is #FDC17B. Grayscale: #333333. Windows color (decimal): -16630140 or 8666626. OLE color: 8666626.

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

Color convert

RGB262132-
CMYK0.980.5300.48
HSL212.31º97.01%26.27%-
HSV(B)212.31º98.48%51.76%-
XYZ5.915.1222.51-
YUV52.04173.1292.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 62 (24.61% from 255) = 31.63%
BLUE value IS 132 (51.95% from 255) = 67.35%
R=1.02%
G=31.63%
B=67.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2621320.980.5300.48212.3197.0126.27
Hex23E846235030d4611a
Octal2762041426506032414132
Binary10111110100001001100010110101011000011010100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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