#013381

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

Shades of Dark Cerulean #013381

Tints of Dark Cerulean #013381

Color information

#013381 (or 0x013381) is unknown color: approx Dark Cerulean. HEX triplet: 01, 33 and 81. RGB value is (1,51,129). Sum of RGB (Red+Green+Blue) = 1+51+129=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 129 (50.78% from 255 or 71.27% from 181); Max value from RGB is 129 - color contains mainly: blue. Hex color #013381 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013381 is #FECC7E. Grayscale: #2C2C2C. Windows color (decimal): -16698495 or 8467201. OLE color: 8467201.

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

Color convert

RGB151129-
CMYK0.990.6000.49
HSL216.56º98.46%25.49%-
HSV(B)216.56º99.22%50.59%-
XYZ5.163.9621.26-
YUV44.94175.4496.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 51 (20.31% from 255) = 28.18%
BLUE value IS 129 (50.78% from 255) = 71.27%
R=0.55%
G=28.18%
B=71.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1511290.990.6000.49216.5698.4625.49
Hex13381633C031d96219
Octal1632011437406133114231
Binary1110011100000011100011111100011000111011001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013381; }

 p { color: rgb(1,51,129); }

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

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

 a { background-color: rgb(1,51,129); }

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

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

 span { border-color: rgb(1,51,129); }

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