#134982

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

Shades of Dark Cerulean #134982

Tints of Dark Cerulean #134982

Color information

#134982 (or 0x134982) is unknown color: approx Dark Cerulean. HEX triplet: 13, 49 and 82. RGB value is (19,73,130). Sum of RGB (Red+Green+Blue) = 19+73+130=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 130 (51.17% from 255 or 58.56% from 222); Max value from RGB is 130 - color contains mainly: blue. Hex color #134982 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134982 is #ECB67D. Grayscale: #3F3F3F. Windows color (decimal): -15513214 or 8538387. OLE color: 8538387.

HSL color Cylindrical-coordinate representation of color #134982: hue angle of 210.81º 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 #134982 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1973130-
CMYK0.850.4400.49
HSL210.81º74.5%29.22%-
HSV(B)210.81º85.38%50.98%-
XYZ6.686.5222.02-
YUV63.35165.6196.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.56%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 130 (51.17% from 255) = 58.56%
R=8.56%
G=32.88%
B=58.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19731300.850.4400.49210.8174.529.22
Hex134982552C031d34a1d
Octal231112021255406132311235
Binary100111001001100000101010101101100011000111010011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134982; }

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

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

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

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

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

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

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

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