Html Css Color HEX #135BC0 Denim

📋 copy color: '#135BC0'

red 19 ◦ green 91 ◦ blue 192

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

Shades of Denim #135BC0

Tints of Denim #135BC0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.13%

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

R = 6.29%
G = 30.13%
B = 63.58%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#135BC0 (or 0x135BC0) is known color: Denim. HEX triplet: 13, 5B and C0. RGB value is (19,91,192). Sum of RGB (Red+Green+Blue) = 19+91+192=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #135BC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135BC0 is #ECA43F. Grayscale: #505050. Windows color (decimal): -15508544 or 12606227. OLE color: 12606227.

HSL color Cylindrical-coordinate representation of color #135BC0: hue angle of 215.03º 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 #135BC0 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 91 192 -
CMYK 0.90 0.53 0 0.25
HSL 215.03º 0.82% 0.41% -
HSV(B) 215.03º 0.9% 0.75% -
XYZ 13.52 11.43 51.36 -
YUV 80.99 190.65 83.79 -
System Red Green Blue C M Y K H S L
Decimal 19 91 192 0.90 0.53 0 0.25 215.03 0.82 0.41
Hex 13 5B C0 5A 35 0 19 D7 52 29
Octal 23 133 300 132 65 0 31 327 122 51
Binary 10011 1011011 11000000 1011010 110101 0 11001 11010111 1010010 101001

Color Harmonies of #135BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BC0

Black with #135BC0

Text Example


Text Example

White with #135BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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