#13428C

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

Shades of Dark Cerulean #13428C

Tints of Dark Cerulean #13428C

Color information

#13428C (or 0x13428C) is unknown color: approx Dark Cerulean. HEX triplet: 13, 42 and 8C. RGB value is (19,66,140). Sum of RGB (Red+Green+Blue) = 19+66+140=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 140 (55.08% from 255 or 62.22% from 225); Max value from RGB is 140 - color contains mainly: blue. Hex color #13428C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13428C is #ECBD73. Grayscale: #3C3C3C. Windows color (decimal): -15514996 or 9191955. OLE color: 9191955.

HSL color Cylindrical-coordinate representation of color #13428C: hue angle of 216.69º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13428C is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1966140-
CMYK0.860.5300.45
HSL216.69º76.1%31.18%-
HSV(B)216.69º86.43%54.9%-
XYZ6.955.9325.59-
YUV60.38172.9398.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.44%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 140 (55.08% from 255) = 62.22%
R=8.44%
G=29.33%
B=62.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19661400.860.5300.45216.6976.131.18
Hex13428C563502Dd94c1f
Octal231022141266505533111437
Binary100111000010100011001010110110101010110111011001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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