Html Css Color HEX #135EC0 Denim

📋 copy color: '#135EC0'

red 19 ◦ green 94 ◦ blue 192

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

Shades of Denim #135EC0

Tints of Denim #135EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 62.95%

R = 6.23%
G = 30.82%
B = 62.95%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#135EC0 (or 0x135EC0) is known color: Denim. HEX triplet: 13, 5E and C0. RGB value is (19,94,192). Sum of RGB (Red+Green+Blue) = 19+94+192=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 192 (75.39% from 255 or 62.95% from 305); Max value from RGB is 192 - color contains mainly: blue. Hex color #135EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135EC0 is #ECA13F. Grayscale: #525252. Windows color (decimal): -15507776 or 12606995. OLE color: 12606995.

HSL color Cylindrical-coordinate representation of color #135EC0: hue angle of 213.99º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135EC0 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 94 192 -
CMYK 0.90 0.51 0 0.25
HSL 213.99º 0.82% 0.41% -
HSV(B) 213.99º 0.9% 0.75% -
XYZ 13.79 11.95 51.45 -
YUV 82.75 189.65 82.53 -
System Red Green Blue C M Y K H S L
Decimal 19 94 192 0.90 0.51 0 0.25 213.99 0.82 0.41
Hex 13 5E C0 5A 33 0 19 D6 52 29
Octal 23 136 300 132 63 0 31 326 122 51
Binary 10011 1011110 11000000 1011010 110011 0 11001 11010110 1010010 101001

Color Harmonies of #135EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135EC0

Black with #135EC0

Text Example


Text Example

White with #135EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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