Html Css Color HEX #135DA0 Denim

📋 copy color: '#135DA0'

red 19 ◦ green 93 ◦ blue 160

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

Shades of Denim #135DA0

Tints of Denim #135DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 58.82%

R = 6.99%
G = 34.19%
B = 58.82%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#135DA0 (or 0x135DA0) is known color: Denim. HEX triplet: 13, 5D and A0. RGB value is (19,93,160). Sum of RGB (Red+Green+Blue) = 19+93+160=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 160 (62.89% from 255 or 58.82% from 272); Max value from RGB is 160 - color contains mainly: blue. Hex color #135DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135DA0 is #ECA25F. Grayscale: #4E4E4E. Windows color (decimal): -15508064 or 10509587. OLE color: 10509587.

HSL color Cylindrical-coordinate representation of color #135DA0: hue angle of 208.51º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #135DA0 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 19 93 160 -
CMYK 0.88 0.42 0 0.37
HSL 208.51º 0.79% 0.35% -
HSV(B) 208.51º 0.88% 0.63% -
XYZ 10.53 10.51 34.73 -
YUV 78.51 173.98 85.55 -
System Red Green Blue C M Y K H S L
Decimal 19 93 160 0.88 0.42 0 0.37 208.51 0.79 0.35
Hex 13 5D A0 58 2A 0 25 D1 4F 23
Octal 23 135 240 130 52 0 45 321 117 43
Binary 10011 1011101 10100000 1011000 101010 0 100101 11010001 1001111 100011

Color Harmonies of #135DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135DA0

Black with #135DA0

Text Example


Text Example

White with #135DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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