#13406F

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

Shades of Dark Cerulean #13406F

Tints of Dark Cerulean #13406F

Color information

#13406F (or 0x13406F) is unknown color: approx Dark Cerulean. HEX triplet: 13, 40 and 6F. RGB value is (19,64,111). Sum of RGB (Red+Green+Blue) = 19+64+111=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 111 (43.75% from 255 or 57.22% from 194); Max value from RGB is 111 - color contains mainly: blue. Hex color #13406F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13406F is #ECBF90. Grayscale: #373737. Windows color (decimal): -15515537 or 7290899. OLE color: 7290899.

HSL color Cylindrical-coordinate representation of color #13406F: hue angle of 210.65º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13406F is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1964111-
CMYK0.830.4200.56
HSL210.65º70.77%25.49%-
HSV(B)210.65º82.88%43.53%-
XYZ4.974.9515.73-
YUV55.9159.09101.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.79%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 111 (43.75% from 255) = 57.22%
R=9.79%
G=32.99%
B=57.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19641110.830.4200.56210.6570.7725.49
Hex13406F532A038d34719
Octal231001571235207032310731
Binary10011100000011011111010011101010011100011010011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13406F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13406F; }

 p { color: rgb(19,64,111); }

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

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

 a { background-color: rgb(19,64,111); }

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

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

 span { border-color: rgb(19,64,111); }

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