Html Css Color HEX #135ECB Denim

📋 copy color: '#135ECB'

red 19 ◦ green 94 ◦ blue 203

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

Shades of Denim #135ECB

Tints of Denim #135ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.24%

R = 6.01%
G = 29.75%
B = 64.24%

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

#135ECB (or 0x135ECB) is known color: Denim. HEX triplet: 13, 5E and CB. RGB value is (19,94,203). Sum of RGB (Red+Green+Blue) = 19+94+203=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #135ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135ECB is #ECA134. Grayscale: #535353. Windows color (decimal): -15507765 or 13327891. OLE color: 13327891.

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

Color convert

RGB 19 94 203 -
CMYK 0.91 0.54 0 0.20
HSL 215.54º 0.83% 0.44% -
HSV(B) 215.54º 0.91% 0.8% -
XYZ 15.05 12.46 58.11 -
YUV 84 195.15 81.64 -
System Red Green Blue C M Y K H S L
Decimal 19 94 203 0.91 0.54 0 0.20 215.54 0.83 0.44
Hex 13 5E CB 5B 36 0 14 D8 53 2C
Octal 23 136 313 133 66 0 24 330 123 54
Binary 10011 1011110 11001011 1011011 110110 0 10100 11011000 1010011 101100

Color Harmonies of #135ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135ECB

Black with #135ECB

Text Example


Text Example

White with #135ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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