#13447C

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

Shades of Dark Cerulean #13447C

Tints of Dark Cerulean #13447C

Color information

#13447C (or 0x13447C) is unknown color: approx Dark Cerulean. HEX triplet: 13, 44 and 7C. RGB value is (19,68,124). Sum of RGB (Red+Green+Blue) = 19+68+124=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #13447C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13447C is #ECBB83. Grayscale: #3B3B3B. Windows color (decimal): -15514500 or 8143891. OLE color: 8143891.

HSL color Cylindrical-coordinate representation of color #13447C: hue angle of 212º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13447C is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1968124-
CMYK0.850.4500.51
HSL212º73.43%28.04%-
HSV(B)212º84.68%48.63%-
XYZ5.975.7319.86-
YUV59.73164.2798.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.00%
GREEN value IS 68 (26.95% from 255) = 32.23%
BLUE value IS 124 (48.83% from 255) = 58.77%
R=9.00%
G=32.23%
B=58.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19681240.850.4500.5121273.4328.04
Hex13447C552D033d4491c
Octal231041741255506332411134
Binary10011100010011111001010101101101011001111010100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13447C; }

 p { color: rgb(19,68,124); }

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

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

 a { background-color: rgb(19,68,124); }

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

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

 span { border-color: rgb(19,68,124); }

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