Html Css Color HEX #135BC9 Denim

📋 copy color: '#135BC9'

red 19 ◦ green 91 ◦ blue 201

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

Shades of Denim #135BC9

Tints of Denim #135BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 64.63%

R = 6.11%
G = 29.26%
B = 64.63%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#135BC9 (or 0x135BC9) is known color: Denim. HEX triplet: 13, 5B and C9. RGB value is (19,91,201). Sum of RGB (Red+Green+Blue) = 19+91+201=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 201 (78.91% from 255 or 64.63% from 311); Max value from RGB is 201 - color contains mainly: blue. Hex color #135BC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135BC9 is #ECA436. Grayscale: #515151. Windows color (decimal): -15508535 or 13196051. OLE color: 13196051.

HSL color Cylindrical-coordinate representation of color #135BC9: hue angle of 216.26º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135BC9 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 91 201 -
CMYK 0.91 0.55 0 0.21
HSL 216.26º 0.83% 0.43% -
HSV(B) 216.26º 0.91% 0.79% -
XYZ 14.55 11.84 56.78 -
YUV 82.01 195.15 83.06 -
System Red Green Blue C M Y K H S L
Decimal 19 91 201 0.91 0.55 0 0.21 216.26 0.83 0.43
Hex 13 5B C9 5B 37 0 15 D8 53 2B
Octal 23 133 311 133 67 0 25 330 123 53
Binary 10011 1011011 11001001 1011011 110111 0 10101 11011000 1010011 101011

Color Harmonies of #135BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BC9

Black with #135BC9

Text Example


Text Example

White with #135BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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