Html Css Color HEX #135AAB Denim

📋 copy color: '#135AAB'

red 19 ◦ green 90 ◦ blue 171

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

Shades of Denim #135AAB

Tints of Denim #135AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.14%

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

R = 6.79%
G = 32.14%
B = 61.07%

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

#135AAB (or 0x135AAB) is known color: Denim. HEX triplet: 13, 5A and AB. RGB value is (19,90,171). Sum of RGB (Red+Green+Blue) = 19+90+171=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #135AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135AAB is #ECA554. Grayscale: #4D4D4D. Windows color (decimal): -15508821 or 11229715. OLE color: 11229715.

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

Color convert

RGB 19 90 171 -
CMYK 0.89 0.47 0 0.33
HSL 211.97º 0.8% 0.37% -
HSV(B) 211.97º 0.89% 0.67% -
XYZ 11.28 10.39 39.94 -
YUV 78.01 180.48 85.91 -
System Red Green Blue C M Y K H S L
Decimal 19 90 171 0.89 0.47 0 0.33 211.97 0.8 0.37
Hex 13 5A AB 59 2F 0 21 D4 50 25
Octal 23 132 253 131 57 0 41 324 120 45
Binary 10011 1011010 10101011 1011001 101111 0 100001 11010100 1010000 100101

Color Harmonies of #135AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135AAB

Black with #135AAB

Text Example


Text Example

White with #135AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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