Html Css Color HEX #135BAB Denim

📋 copy color: '#135BAB'

red 19 ◦ green 91 ◦ blue 171

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

Shades of Denim #135BAB

Tints of Denim #135BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.85%

R = 6.76%
G = 32.38%
B = 60.85%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#135BAB (or 0x135BAB) is known color: Denim. HEX triplet: 13, 5B and AB. RGB value is (19,91,171). Sum of RGB (Red+Green+Blue) = 19+91+171=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #135BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135BAB is #ECA454. Grayscale: #4E4E4E. Windows color (decimal): -15508565 or 11229971. OLE color: 11229971.

HSL color Cylindrical-coordinate representation of color #135BAB: hue angle of 211.58º 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 #135BAB is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 91 171 -
CMYK 0.89 0.47 0 0.33
HSL 211.58º 0.8% 0.37% -
HSV(B) 211.58º 0.89% 0.67% -
XYZ 11.36 10.56 39.97 -
YUV 78.59 180.15 85.5 -
System Red Green Blue C M Y K H S L
Decimal 19 91 171 0.89 0.47 0 0.33 211.58 0.8 0.37
Hex 13 5B AB 59 2F 0 21 D4 50 25
Octal 23 133 253 131 57 0 41 324 120 45
Binary 10011 1011011 10101011 1011001 101111 0 100001 11010100 1010000 100101

Color Harmonies of #135BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BAB

Black with #135BAB

Text Example


Text Example

White with #135BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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