#134ECD

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

Shades of Denim #134ECD

Tints of Denim #134ECD

Color information

#134ECD (or 0x134ECD) is unknown color: approx Denim. HEX triplet: 13, 4E and CD. RGB value is (19,78,205). Sum of RGB (Red+Green+Blue) = 19+78+205=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #134ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134ECD is #ECB132. Grayscale: #4A4A4A. Windows color (decimal): -15511859 or 13454867. OLE color: 13454867.

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

Color convert

RGB1978205-
CMYK0.910.6200.20
HSL220.97º83.04%43.92%-
HSV(B)220.97º90.73%80.39%-
XYZ14.011058.95-
YUV74.84201.4588.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.29%
GREEN value IS 78 (30.86% from 255) = 25.83%
BLUE value IS 205 (80.47% from 255) = 67.88%
R=6.29%
G=25.83%
B=67.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal19782050.910.6200.20220.9783.0443.92
Hex134ECD5B3E014dd532c
Octal231163151337602433512354
Binary100111001110110011011011011111110010100110111011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,78,205); }

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

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

 a { background-color: rgb(19,78,205); }

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

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

 span { border-color: rgb(19,78,205); }

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