Html Css Color HEX #135BA7 Denim

📋 copy color: '#135BA7'

red 19 ◦ green 91 ◦ blue 167

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

Shades of Denim #135BA7

Tints of Denim #135BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 60.29%

R = 6.86%
G = 32.85%
B = 60.29%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#135BA7 (or 0x135BA7) is known color: Denim. HEX triplet: 13, 5B and A7. RGB value is (19,91,167). Sum of RGB (Red+Green+Blue) = 19+91+167=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 167 (65.62% from 255 or 60.29% from 277); Max value from RGB is 167 - color contains mainly: blue. Hex color #135BA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135BA7 is #ECA458. Grayscale: #4D4D4D. Windows color (decimal): -15508569 or 10967827. OLE color: 10967827.

HSL color Cylindrical-coordinate representation of color #135BA7: hue angle of 210.81º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #135BA7 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 91 167 -
CMYK 0.89 0.46 0 0.35
HSL 210.81º 0.8% 0.36% -
HSV(B) 210.81º 0.89% 0.65% -
XYZ 10.98 10.41 37.99 -
YUV 78.14 178.15 85.82 -
System Red Green Blue C M Y K H S L
Decimal 19 91 167 0.89 0.46 0 0.35 210.81 0.8 0.36
Hex 13 5B A7 59 2E 0 23 D3 50 24
Octal 23 133 247 131 56 0 43 323 120 44
Binary 10011 1011011 10100111 1011001 101110 0 100011 11010011 1010000 100100

Color Harmonies of #135BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BA7

Black with #135BA7

Text Example


Text Example

White with #135BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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