Html Css Color HEX #135CAB Denim

📋 copy color: '#135CAB'

red 19 ◦ green 92 ◦ blue 171

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

Shades of Denim #135CAB

Tints of Denim #135CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.62%

 BLUE value IS 171 (67.19% from 255) = 60.64%

R = 6.74%
G = 32.62%
B = 60.64%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#135CAB (or 0x135CAB) is known color: Denim. HEX triplet: 13, 5C and AB. RGB value is (19,92,171). Sum of RGB (Red+Green+Blue) = 19+92+171=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #135CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135CAB is #ECA354. Grayscale: #4E4E4E. Windows color (decimal): -15508309 or 11230227. OLE color: 11230227.

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

Color convert

RGB 19 92 171 -
CMYK 0.89 0.46 0 0.33
HSL 211.18º 0.8% 0.37% -
HSV(B) 211.18º 0.89% 0.67% -
XYZ 11.45 10.73 40 -
YUV 79.18 179.82 85.08 -
System Red Green Blue C M Y K H S L
Decimal 19 92 171 0.89 0.46 0 0.33 211.18 0.8 0.37
Hex 13 5C AB 59 2E 0 21 D3 50 25
Octal 23 134 253 131 56 0 41 323 120 45
Binary 10011 1011100 10101011 1011001 101110 0 100001 11010011 1010000 100101

Color Harmonies of #135CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135CAB

Black with #135CAB

Text Example


Text Example

White with #135CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,92,171); }

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

background-color css

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

 a { background-color: rgb(19,92,171); }

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

border-color css

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

 span { border-color: rgb(19,92,171); }

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