Html Css Color HEX #135BC6 Denim

📋 copy color: '#135BC6'

red 19 ◦ green 91 ◦ blue 198

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

Shades of Denim #135BC6

Tints of Denim #135BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 64.29%

R = 6.17%
G = 29.55%
B = 64.29%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#135BC6 (or 0x135BC6) is known color: Denim. HEX triplet: 13, 5B and C6. RGB value is (19,91,198). Sum of RGB (Red+Green+Blue) = 19+91+198=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 198 (77.73% from 255 or 64.29% from 308); Max value from RGB is 198 - color contains mainly: blue. Hex color #135BC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135BC6 is #ECA439. Grayscale: #515151. Windows color (decimal): -15508538 or 12999443. OLE color: 12999443.

HSL color Cylindrical-coordinate representation of color #135BC6: hue angle of 215.87º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135BC6 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 91 198 -
CMYK 0.90 0.54 0 0.22
HSL 215.87º 0.82% 0.43% -
HSV(B) 215.87º 0.9% 0.78% -
XYZ 14.2 11.7 54.94 -
YUV 81.67 193.65 83.3 -
System Red Green Blue C M Y K H S L
Decimal 19 91 198 0.90 0.54 0 0.22 215.87 0.82 0.43
Hex 13 5B C6 5A 36 0 16 D8 52 2B
Octal 23 133 306 132 66 0 26 330 122 53
Binary 10011 1011011 11000110 1011010 110110 0 10110 11011000 1010010 101011

Color Harmonies of #135BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BC6

Black with #135BC6

Text Example


Text Example

White with #135BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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