#023A87

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

Shades of Dark Cerulean #023A87

Tints of Dark Cerulean #023A87

Color information

#023A87 (or 0x023A87) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3A and 87. RGB value is (2,58,135). Sum of RGB (Red+Green+Blue) = 2+58+135=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 135 (53.12% from 255 or 69.23% from 195); Max value from RGB is 135 - color contains mainly: blue. Hex color #023A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023A87 is #FDC578. Grayscale: #313131. Windows color (decimal): -16631161 or 8862210. OLE color: 8862210.

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

Color convert

RGB258135-
CMYK0.990.5700.47
HSL214.74º97.08%26.86%-
HSV(B)214.74º98.52%52.94%-
XYZ5.914.7923.53-
YUV50.03175.9593.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 58 (23.05% from 255) = 29.74%
BLUE value IS 135 (53.12% from 255) = 69.23%
R=1.03%
G=29.74%
B=69.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2581350.990.5700.47214.7497.0826.86
Hex23A87633902Fd7611b
Octal2722071437105732714133
Binary10111010100001111100011111001010111111010111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,58,135); }

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

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

 a { background-color: rgb(2,58,135); }

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

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

 span { border-color: rgb(2,58,135); }

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