Html Css Color HEX #135BA1 Denim

📋 copy color: '#135BA1'

red 19 ◦ green 91 ◦ blue 161

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

Shades of Denim #135BA1

Tints of Denim #135BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 59.41%

R = 7.01%
G = 33.58%
B = 59.41%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#135BA1 (or 0x135BA1) is known color: Denim. HEX triplet: 13, 5B and A1. RGB value is (19,91,161). Sum of RGB (Red+Green+Blue) = 19+91+161=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 161 (63.28% from 255 or 59.41% from 271); Max value from RGB is 161 - color contains mainly: blue. Hex color #135BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135BA1 is #ECA45E. Grayscale: #4D4D4D. Windows color (decimal): -15508575 or 10574611. OLE color: 10574611.

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

Color convert

RGB 19 91 161 -
CMYK 0.88 0.43 0 0.37
HSL 209.58º 0.79% 0.35% -
HSV(B) 209.58º 0.88% 0.63% -
XYZ 10.44 10.19 35.14 -
YUV 77.45 175.15 86.31 -
System Red Green Blue C M Y K H S L
Decimal 19 91 161 0.88 0.43 0 0.37 209.58 0.79 0.35
Hex 13 5B A1 58 2B 0 25 D2 4F 23
Octal 23 133 241 130 53 0 45 322 117 43
Binary 10011 1011011 10100001 1011000 101011 0 100101 11010010 1001111 100011

Color Harmonies of #135BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BA1

Black with #135BA1

Text Example


Text Example

White with #135BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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