#023880

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

Shades of Dark Cerulean #023880

Tints of Dark Cerulean #023880

Color information

#023880 (or 0x023880) is unknown color: approx Dark Cerulean. HEX triplet: 02, 38 and 80. RGB value is (2,56,128). Sum of RGB (Red+Green+Blue) = 2+56+128=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 128 (50.39% from 255 or 68.82% from 186); Max value from RGB is 128 - color contains mainly: blue. Hex color #023880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023880 is #FDC77F. Grayscale: #2F2F2F. Windows color (decimal): -16631680 or 8402946. OLE color: 8402946.

HSL color Cylindrical-coordinate representation of color #023880: hue angle of 214.29º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023880 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB256128-
CMYK0.980.5600.50
HSL214.29º96.92%25.49%-
HSV(B)214.29º98.44%50.2%-
XYZ5.344.420.99-
YUV48.06173.1195.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 128 (50.39% from 255) = 68.82%
R=1.08%
G=30.11%
B=68.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2561280.980.5600.50214.2996.9225.49
Hex238806238032d66119
Octal2702001427006232614131
Binary10111000100000001100010111000011001011010110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023880; }

 p { color: rgb(2,56,128); }

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

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

 a { background-color: rgb(2,56,128); }

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

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

 span { border-color: rgb(2,56,128); }

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