Html Css Color HEX #135BAC Denim

📋 copy color: '#135BAC'

red 19 ◦ green 91 ◦ blue 172

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

Shades of Denim #135BAC

Tints of Denim #135BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.99%

R = 6.74%
G = 32.27%
B = 60.99%

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

#135BAC (or 0x135BAC) is known color: Denim. HEX triplet: 13, 5B and AC. RGB value is (19,91,172). Sum of RGB (Red+Green+Blue) = 19+91+172=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #135BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135BAC is #ECA453. Grayscale: #4E4E4E. Windows color (decimal): -15508564 or 11295507. OLE color: 11295507.

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

Color convert

RGB 19 91 172 -
CMYK 0.89 0.47 0 0.33
HSL 211.76º 0.8% 0.37% -
HSV(B) 211.76º 0.89% 0.67% -
XYZ 11.46 10.6 40.47 -
YUV 78.71 180.65 85.41 -
System Red Green Blue C M Y K H S L
Decimal 19 91 172 0.89 0.47 0 0.33 211.76 0.8 0.37
Hex 13 5B AC 59 2F 0 21 D4 50 25
Octal 23 133 254 131 57 0 41 324 120 45
Binary 10011 1011011 10101100 1011001 101111 0 100001 11010100 1010000 100101

Color Harmonies of #135BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BAC

Black with #135BAC

Text Example


Text Example

White with #135BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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