#13428E

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

Shades of Dark Cerulean #13428E

Tints of Dark Cerulean #13428E

Color information

#13428E (or 0x13428E) is unknown color: approx Dark Cerulean. HEX triplet: 13, 42 and 8E. RGB value is (19,66,142). Sum of RGB (Red+Green+Blue) = 19+66+142=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #13428E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13428E is #ECBD71. Grayscale: #3C3C3C. Windows color (decimal): -15514994 or 9323027. OLE color: 9323027.

HSL color Cylindrical-coordinate representation of color #13428E: hue angle of 217.07º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13428E is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1966142-
CMYK0.870.5400.44
HSL217.07º76.4%31.57%-
HSV(B)217.07º86.62%55.69%-
XYZ7.15.9926.37-
YUV60.61173.9398.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 142 (55.86% from 255) = 62.56%
R=8.37%
G=29.07%
B=62.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19661420.870.5400.44217.0776.431.57
Hex13428E573602Cd94c20
Octal231022161276605433111440
Binary1001110000101000111010101111101100101100110110011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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