#13448E

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

Shades of Dark Cerulean #13448E

Tints of Dark Cerulean #13448E

Color information

#13448E (or 0x13448E) is unknown color: approx Dark Cerulean. HEX triplet: 13, 44 and 8E. RGB value is (19,68,142). Sum of RGB (Red+Green+Blue) = 19+68+142=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 142 (55.86% from 255 or 62.01% from 229); Max value from RGB is 142 - color contains mainly: blue. Hex color #13448E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13448E is #ECBB71. Grayscale: #3D3D3D. Windows color (decimal): -15514482 or 9323539. OLE color: 9323539.

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

Color convert

RGB1968142-
CMYK0.870.5200.44
HSL216.1º76.4%31.57%-
HSV(B)216.1º86.62%55.69%-
XYZ7.226.2326.41-
YUV61.78173.2797.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.30%
GREEN value IS 68 (26.95% from 255) = 29.69%
BLUE value IS 142 (55.86% from 255) = 62.01%
R=8.30%
G=29.69%
B=62.01%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19681420.870.5200.44216.176.431.57
Hex13448E573402Cd84c20
Octal231042161276405433011440
Binary1001110001001000111010101111101000101100110110001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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