Html Css Color HEX #135DA6 Denim

📋 copy color: '#135DA6'

red 19 ◦ green 93 ◦ blue 166

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

Shades of Denim #135DA6

Tints of Denim #135DA6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.45%

 BLUE value IS 166 (65.23% from 255) = 59.71%

R = 6.83%
G = 33.45%
B = 59.71%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#135DA6 (or 0x135DA6) is known color: Denim. HEX triplet: 13, 5D and A6. RGB value is (19,93,166). Sum of RGB (Red+Green+Blue) = 19+93+166=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 166 (65.23% from 255 or 59.71% from 278); Max value from RGB is 166 - color contains mainly: blue. Hex color #135DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135DA6 is #ECA259. Grayscale: #4E4E4E. Windows color (decimal): -15508058 or 10902803. OLE color: 10902803.

HSL color Cylindrical-coordinate representation of color #135DA6: hue angle of 209.8º degrees, saturation: 0.79, 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 #135DA6 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 93 166 -
CMYK 0.89 0.44 0 0.35
HSL 209.8º 0.79% 0.36% -
HSV(B) 209.8º 0.89% 0.65% -
XYZ 11.07 10.72 37.56 -
YUV 79.2 176.98 85.06 -
System Red Green Blue C M Y K H S L
Decimal 19 93 166 0.89 0.44 0 0.35 209.8 0.79 0.36
Hex 13 5D A6 59 2C 0 23 D2 4F 24
Octal 23 135 246 131 54 0 43 322 117 44
Binary 10011 1011101 10100110 1011001 101100 0 100011 11010010 1001111 100100

Color Harmonies of #135DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135DA6

Black with #135DA6

Text Example


Text Example

White with #135DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,93,166); }

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

background-color css

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

 a { background-color: rgb(19,93,166); }

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

border-color css

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

 span { border-color: rgb(19,93,166); }

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