Html Css Color HEX #135BAA Denim

📋 copy color: '#135BAA'

red 19 ◦ green 91 ◦ blue 170

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

Shades of Denim #135BAA

Tints of Denim #135BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 60.71%

R = 6.79%
G = 32.5%
B = 60.71%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#135BAA (or 0x135BAA) is known color: Denim. HEX triplet: 13, 5B and AA. RGB value is (19,91,170). Sum of RGB (Red+Green+Blue) = 19+91+170=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #135BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135BAA is #ECA455. Grayscale: #4E4E4E. Windows color (decimal): -15508566 or 11164435. OLE color: 11164435.

HSL color Cylindrical-coordinate representation of color #135BAA: hue angle of 211.39º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #135BAA is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 91 170 -
CMYK 0.89 0.46 0 0.33
HSL 211.39º 0.8% 0.37% -
HSV(B) 211.39º 0.89% 0.67% -
XYZ 11.27 10.52 39.47 -
YUV 78.48 179.65 85.58 -
System Red Green Blue C M Y K H S L
Decimal 19 91 170 0.89 0.46 0 0.33 211.39 0.8 0.37
Hex 13 5B AA 59 2E 0 21 D3 50 25
Octal 23 133 252 131 56 0 41 323 120 45
Binary 10011 1011011 10101010 1011001 101110 0 100001 11010011 1010000 100101

Color Harmonies of #135BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BAA

Black with #135BAA

Text Example


Text Example

White with #135BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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