#13427A

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

Shades of Dark Cerulean #13427A

Tints of Dark Cerulean #13427A

Color information

#13427A (or 0x13427A) is unknown color: approx Dark Cerulean. HEX triplet: 13, 42 and 7A. RGB value is (19,66,122). Sum of RGB (Red+Green+Blue) = 19+66+122=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 122 (48.05% from 255 or 58.94% from 207); Max value from RGB is 122 - color contains mainly: blue. Hex color #13427A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13427A is #ECBD85. Grayscale: #3A3A3A. Windows color (decimal): -15515014 or 8012307. OLE color: 8012307.

HSL color Cylindrical-coordinate representation of color #13427A: hue angle of 212.62º 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 #13427A is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1966122-
CMYK0.840.4600.52
HSL212.62º73.05%27.65%-
HSV(B)212.62º84.43%47.84%-
XYZ5.735.4419.16-
YUV58.33163.9399.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.18%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 122 (48.05% from 255) = 58.94%
R=9.18%
G=31.88%
B=58.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19661220.840.4600.52212.6273.0527.65
Hex13427A542E034d5491c
Octal231021721245606432511134
Binary10011100001011110101010100101110011010011010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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