Html Css Color HEX #135DAE Denim

📋 copy color: '#135DAE'

red 19 ◦ green 93 ◦ blue 174

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

Shades of Denim #135DAE

Tints of Denim #135DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.84%

R = 6.64%
G = 32.52%
B = 60.84%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#135DAE (or 0x135DAE) is known color: Denim. HEX triplet: 13, 5D and AE. RGB value is (19,93,174). Sum of RGB (Red+Green+Blue) = 19+93+174=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #135DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135DAE is #ECA251. Grayscale: #4F4F4F. Windows color (decimal): -15508050 or 11427091. OLE color: 11427091.

HSL color Cylindrical-coordinate representation of color #135DAE: hue angle of 211.35º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #135DAE is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 93 174 -
CMYK 0.89 0.47 0 0.32
HSL 211.35º 0.8% 0.38% -
HSV(B) 211.35º 0.89% 0.68% -
XYZ 11.82 11.02 41.55 -
YUV 80.11 180.98 84.41 -
System Red Green Blue C M Y K H S L
Decimal 19 93 174 0.89 0.47 0 0.32 211.35 0.8 0.38
Hex 13 5D AE 59 2F 0 20 D3 50 26
Octal 23 135 256 131 57 0 40 323 120 46
Binary 10011 1011101 10101110 1011001 101111 0 100000 11010011 1010000 100110

Color Harmonies of #135DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135DAE

Black with #135DAE

Text Example


Text Example

White with #135DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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