#13438E

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

Shades of Dark Cerulean #13438E

Tints of Dark Cerulean #13438E

Color information

#13438E (or 0x13438E) is unknown color: approx Dark Cerulean. HEX triplet: 13, 43 and 8E. RGB value is (19,67,142). Sum of RGB (Red+Green+Blue) = 19+67+142=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #13438E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13438E is #ECBC71. Grayscale: #3C3C3C. Windows color (decimal): -15514738 or 9323283. OLE color: 9323283.

HSL color Cylindrical-coordinate representation of color #13438E: hue angle of 216.59º 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 #13438E is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1967142-
CMYK0.870.5300.44
HSL216.59º76.4%31.57%-
HSV(B)216.59º86.62%55.69%-
XYZ7.166.1126.39-
YUV61.2173.697.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.33%
GREEN value IS 67 (26.56% from 255) = 29.39%
BLUE value IS 142 (55.86% from 255) = 62.28%
R=8.33%
G=29.39%
B=62.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19671420.870.5300.44216.5976.431.57
Hex13438E573502Cd94c20
Octal231032161276505433111440
Binary1001110000111000111010101111101010101100110110011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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