Html Css Color HEX #135BA2 Denim

📋 copy color: '#135BA2'

red 19 ◦ green 91 ◦ blue 162

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

Shades of Denim #135BA2

Tints of Denim #135BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 59.56%

R = 6.99%
G = 33.46%
B = 59.56%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#135BA2 (or 0x135BA2) is known color: Denim. HEX triplet: 13, 5B and A2. RGB value is (19,91,162). Sum of RGB (Red+Green+Blue) = 19+91+162=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 162 (63.67% from 255 or 59.56% from 272); Max value from RGB is 162 - color contains mainly: blue. Hex color #135BA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135BA2 is #ECA45D. Grayscale: #4D4D4D. Windows color (decimal): -15508574 or 10640147. OLE color: 10640147.

HSL color Cylindrical-coordinate representation of color #135BA2: hue angle of 209.79º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #135BA2 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 91 162 -
CMYK 0.88 0.44 0 0.36
HSL 209.79º 0.79% 0.35% -
HSV(B) 209.79º 0.88% 0.64% -
XYZ 10.53 10.23 35.6 -
YUV 77.57 175.65 86.23 -
System Red Green Blue C M Y K H S L
Decimal 19 91 162 0.88 0.44 0 0.36 209.79 0.79 0.35
Hex 13 5B A2 58 2C 0 24 D2 4F 23
Octal 23 133 242 130 54 0 44 322 117 43
Binary 10011 1011011 10100010 1011000 101100 0 100100 11010010 1001111 100011

Color Harmonies of #135BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BA2

Black with #135BA2

Text Example


Text Example

White with #135BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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