#13456D

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

Shades of Dark Cerulean #13456D

Tints of Dark Cerulean #13456D

Color information

#13456D (or 0x13456D) is unknown color: approx Dark Cerulean. HEX triplet: 13, 45 and 6D. RGB value is (19,69,109). Sum of RGB (Red+Green+Blue) = 19+69+109=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #13456D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13456D is #ECBA92. Grayscale: #3A3A3A. Windows color (decimal): -15514259 or 7161107. OLE color: 7161107.

HSL color Cylindrical-coordinate representation of color #13456D: hue angle of 206.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13456D is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1969109-
CMYK0.830.3700.57
HSL206.67º70.31%25.1%-
HSV(B)206.67º82.57%42.75%-
XYZ5.165.515.26-
YUV58.61156.4499.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.64%
GREEN value IS 69 (27.34% from 255) = 35.03%
BLUE value IS 109 (42.97% from 255) = 55.33%
R=9.64%
G=35.03%
B=55.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19691090.830.3700.57206.6770.3125.1
Hex13456D5325039cf4619
Octal231051551234507131710631
Binary10011100010111011011010011100101011100111001111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13456D; }

 p { color: rgb(19,69,109); }

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

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

 a { background-color: rgb(19,69,109); }

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

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

 span { border-color: rgb(19,69,109); }

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