#134DC9

Color #134DC9 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #134DC9

Tints of Denim #134DC9

Color information

#134DC9 (or 0x134DC9) is unknown color: approx Denim. HEX triplet: 13, 4D and C9. RGB value is (19,77,201). Sum of RGB (Red+Green+Blue) = 19+77+201=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 201 (78.91% from 255 or 67.68% from 297); Max value from RGB is 201 - color contains mainly: blue. Hex color #134DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134DC9 is #ECB236. Grayscale: #494949. Windows color (decimal): -15512119 or 13192467. OLE color: 13192467.

HSL color Cylindrical-coordinate representation of color #134DC9: hue angle of 220.88º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134DC9 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1977201-
CMYK0.910.6200.21
HSL220.88º82.73%43.14%-
HSV(B)220.88º90.55%78.82%-
XYZ13.479.6656.41-
YUV73.79199.7888.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.40%
GREEN value IS 77 (30.47% from 255) = 25.93%
BLUE value IS 201 (78.91% from 255) = 67.68%
R=6.40%
G=25.93%
B=67.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19772010.910.6200.21220.8882.7343.14
Hex134DC95B3E015dd532b
Octal231153111337602533512353
Binary100111001101110010011011011111110010101110111011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134DC9; }

 p { color: rgb(19,77,201); }

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

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

 a { background-color: rgb(19,77,201); }

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

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

 span { border-color: rgb(19,77,201); }

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