Html Css Color HEX #135ACE Denim

📋 copy color: '#135ACE'

red 19 ◦ green 90 ◦ blue 206

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

Shades of Denim #135ACE

Tints of Denim #135ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.4%

R = 6.03%
G = 28.57%
B = 65.4%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#135ACE (or 0x135ACE) is known color: Denim. HEX triplet: 13, 5A and CE. RGB value is (19,90,206). Sum of RGB (Red+Green+Blue) = 19+90+206=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #135ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135ACE is #ECA531. Grayscale: #515151. Windows color (decimal): -15508786 or 13523475. OLE color: 13523475.

HSL color Cylindrical-coordinate representation of color #135ACE: hue angle of 217.22º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135ACE is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 90 206 -
CMYK 0.91 0.56 0 0.19
HSL 217.22º 0.83% 0.44% -
HSV(B) 217.22º 0.91% 0.81% -
XYZ 15.07 11.91 59.9 -
YUV 82 197.98 83.07 -
System Red Green Blue C M Y K H S L
Decimal 19 90 206 0.91 0.56 0 0.19 217.22 0.83 0.44
Hex 13 5A CE 5B 38 0 13 D9 53 2C
Octal 23 132 316 133 70 0 23 331 123 54
Binary 10011 1011010 11001110 1011011 111000 0 10011 11011001 1010011 101100

Color Harmonies of #135ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135ACE

Black with #135ACE

Text Example


Text Example

White with #135ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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