#023881

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

Shades of Dark Cerulean #023881

Tints of Dark Cerulean #023881

Color information

#023881 (or 0x023881) is unknown color: approx Dark Cerulean. HEX triplet: 02, 38 and 81. RGB value is (2,56,129). Sum of RGB (Red+Green+Blue) = 2+56+129=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 129 (50.78% from 255 or 68.98% from 187); Max value from RGB is 129 - color contains mainly: blue. Hex color #023881 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023881 is #FDC77E. Grayscale: #2F2F2F. Windows color (decimal): -16631679 or 8468482. OLE color: 8468482.

HSL color Cylindrical-coordinate representation of color #023881: hue angle of 214.49º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023881 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB256129-
CMYK0.980.5700.49
HSL214.49º96.95%25.69%-
HSV(B)214.49º98.45%50.59%-
XYZ5.44.4321.34-
YUV48.18173.6195.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.07%
GREEN value IS 56 (22.27% from 255) = 29.95%
BLUE value IS 129 (50.78% from 255) = 68.98%
R=1.07%
G=29.95%
B=68.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2561290.980.5700.49214.4996.9525.69
Hex238816239031d6611a
Octal2702011427106132614132
Binary10111000100000011100010111001011000111010110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023881; }

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

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

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

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

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

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

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

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