Html Css Color HEX #135BA4 Denim

📋 copy color: '#135BA4'

red 19 ◦ green 91 ◦ blue 164

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

Shades of Denim #135BA4

Tints of Denim #135BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 59.85%

R = 6.93%
G = 33.21%
B = 59.85%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#135BA4 (or 0x135BA4) is known color: Denim. HEX triplet: 13, 5B and A4. RGB value is (19,91,164). Sum of RGB (Red+Green+Blue) = 19+91+164=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 164 (64.45% from 255 or 59.85% from 274); Max value from RGB is 164 - color contains mainly: blue. Hex color #135BA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135BA4 is #ECA45B. Grayscale: #4D4D4D. Windows color (decimal): -15508572 or 10771219. OLE color: 10771219.

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

Color convert

RGB 19 91 164 -
CMYK 0.88 0.45 0 0.36
HSL 210.21º 0.79% 0.36% -
HSV(B) 210.21º 0.88% 0.64% -
XYZ 10.71 10.3 36.55 -
YUV 77.79 176.65 86.06 -
System Red Green Blue C M Y K H S L
Decimal 19 91 164 0.88 0.45 0 0.36 210.21 0.79 0.36
Hex 13 5B A4 58 2D 0 24 D2 4F 24
Octal 23 133 244 130 55 0 44 322 117 44
Binary 10011 1011011 10100100 1011000 101101 0 100100 11010010 1001111 100100

Color Harmonies of #135BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BA4

Black with #135BA4

Text Example


Text Example

White with #135BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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