#13477A

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

Shades of Dark Cerulean #13477A

Tints of Dark Cerulean #13477A

Color information

#13477A (or 0x13477A) is unknown color: approx Dark Cerulean. HEX triplet: 13, 47 and 7A. RGB value is (19,71,122). Sum of RGB (Red+Green+Blue) = 19+71+122=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #13477A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13477A is #ECB885. Grayscale: #3D3D3D. Windows color (decimal): -15513734 or 8013587. OLE color: 8013587.

HSL color Cylindrical-coordinate representation of color #13477A: hue angle of 209.71º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13477A is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1971122-
CMYK0.840.4200.52
HSL209.71º73.05%27.65%-
HSV(B)209.71º84.43%47.84%-
XYZ6.036.0519.26-
YUV61.27162.2797.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.96%
GREEN value IS 71 (28.12% from 255) = 33.49%
BLUE value IS 122 (48.05% from 255) = 57.55%
R=8.96%
G=33.49%
B=57.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19711220.840.4200.52209.7173.0527.65
Hex13477A542A034d2491c
Octal231071721245206432211134
Binary10011100011111110101010100101010011010011010010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13477A; }

 p { color: rgb(19,71,122); }

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

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

 a { background-color: rgb(19,71,122); }

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

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

 span { border-color: rgb(19,71,122); }

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