Html Css Color HEX #135FAA Denim

📋 copy color: '#135FAA'

red 19 ◦ green 95 ◦ blue 170

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

Shades of Denim #135FAA

Tints of Denim #135FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.45%

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

R = 6.69%
G = 33.45%
B = 59.86%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#135FAA (or 0x135FAA) is known color: Denim. HEX triplet: 13, 5F and AA. RGB value is (19,95,170). Sum of RGB (Red+Green+Blue) = 19+95+170=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #135FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135FAA is #ECA055. Grayscale: #505050. Windows color (decimal): -15507542 or 11165459. OLE color: 11165459.

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

Color convert

RGB 19 95 170 -
CMYK 0.89 0.44 0 0.33
HSL 209.8º 0.8% 0.37% -
HSV(B) 209.8º 0.89% 0.67% -
XYZ 11.62 11.23 39.58 -
YUV 80.83 178.32 83.9 -
System Red Green Blue C M Y K H S L
Decimal 19 95 170 0.89 0.44 0 0.33 209.8 0.8 0.37
Hex 13 5F AA 59 2C 0 21 D2 50 25
Octal 23 137 252 131 54 0 41 322 120 45
Binary 10011 1011111 10101010 1011001 101100 0 100001 11010010 1010000 100101

Color Harmonies of #135FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135FAA

Black with #135FAA

Text Example


Text Example

White with #135FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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