#134782

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

Shades of Dark Cerulean #134782

Tints of Dark Cerulean #134782

Color information

#134782 (or 0x134782) is unknown color: approx Dark Cerulean. HEX triplet: 13, 47 and 82. RGB value is (19,71,130). Sum of RGB (Red+Green+Blue) = 19+71+130=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 130 (51.17% from 255 or 59.09% from 220); Max value from RGB is 130 - color contains mainly: blue. Hex color #134782 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134782 is #ECB87D. Grayscale: #3D3D3D. Windows color (decimal): -15513726 or 8537875. OLE color: 8537875.

HSL color Cylindrical-coordinate representation of color #134782: hue angle of 211.89º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #134782 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1971130-
CMYK0.850.4500.49
HSL211.89º74.5%29.22%-
HSV(B)211.89º85.38%50.98%-
XYZ6.556.2621.98-
YUV62.18166.2797.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.64%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 130 (51.17% from 255) = 59.09%
R=8.64%
G=32.27%
B=59.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19711300.850.4500.49211.8974.529.22
Hex134782552D031d44a1d
Octal231072021255506132411235
Binary100111000111100000101010101101101011000111010100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134782; }

 p { color: rgb(19,71,130); }

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

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

 a { background-color: rgb(19,71,130); }

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

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

 span { border-color: rgb(19,71,130); }

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