Html Css Color HEX #135ECD Denim

📋 copy color: '#135ECD'

red 19 ◦ green 94 ◦ blue 205

#135ECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #135ECD

Tints of Denim #135ECD

RGB

 RED value IS 19 (7.81% from 255) = 5.97%

 GREEN value IS 94 (37.11% from 255) = 29.56%

 BLUE value IS 205 (80.47% from 255) = 64.47%

R = 5.97%
G = 29.56%
B = 64.47%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#135ECD (or 0x135ECD) is known color: Denim. HEX triplet: 13, 5E and CD. RGB value is (19,94,205). Sum of RGB (Red+Green+Blue) = 19+94+205=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #135ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135ECD is #ECA132. Grayscale: #535353. Windows color (decimal): -15507763 or 13458963. OLE color: 13458963.

HSL color Cylindrical-coordinate representation of color #135ECD: hue angle of 215.81º 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 #135ECD is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 94 205 -
CMYK 0.91 0.54 0 0.20
HSL 215.81º 0.83% 0.44% -
HSV(B) 215.81º 0.91% 0.8% -
XYZ 15.29 12.55 59.37 -
YUV 84.23 196.15 81.47 -
System Red Green Blue C M Y K H S L
Decimal 19 94 205 0.91 0.54 0 0.20 215.81 0.83 0.44
Hex 13 5E CD 5B 36 0 14 D8 53 2C
Octal 23 136 315 133 66 0 24 330 123 54
Binary 10011 1011110 11001101 1011011 110110 0 10100 11011000 1010011 101100

Color Harmonies of #135ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135ECD

Black with #135ECD

Text Example


Text Example

White with #135ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #135ECD;
 }
 .AnyTagClassName
 {
   color: #135ECD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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