Html Css Color HEX #135AB6 Denim

📋 copy color: '#135AB6'

red 19 ◦ green 90 ◦ blue 182

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

Shades of Denim #135AB6

Tints of Denim #135AB6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.93%

 BLUE value IS 182 (71.48% from 255) = 62.54%

R = 6.53%
G = 30.93%
B = 62.54%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#135AB6 (or 0x135AB6) is known color: Denim. HEX triplet: 13, 5A and B6. RGB value is (19,90,182). Sum of RGB (Red+Green+Blue) = 19+90+182=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 182 (71.48% from 255 or 62.54% from 291); Max value from RGB is 182 - color contains mainly: blue. Hex color #135AB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135AB6 is #ECA549. Grayscale: #4E4E4E. Windows color (decimal): -15508810 or 11950611. OLE color: 11950611.

HSL color Cylindrical-coordinate representation of color #135AB6: hue angle of 213.87º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135AB6 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 90 182 -
CMYK 0.90 0.51 0 0.29
HSL 213.87º 0.81% 0.39% -
HSV(B) 213.87º 0.9% 0.71% -
XYZ 12.37 10.83 45.69 -
YUV 79.26 185.98 85.02 -
System Red Green Blue C M Y K H S L
Decimal 19 90 182 0.90 0.51 0 0.29 213.87 0.81 0.39
Hex 13 5A B6 5A 33 0 1D D6 51 27
Octal 23 132 266 132 63 0 35 326 121 47
Binary 10011 1011010 10110110 1011010 110011 0 11101 11010110 1010001 100111

Color Harmonies of #135AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135AB6

Black with #135AB6

Text Example


Text Example

White with #135AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,90,182); }

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

background-color css

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

 a { background-color: rgb(19,90,182); }

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

border-color css

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

 span { border-color: rgb(19,90,182); }

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