Html Css Color HEX #135DAC Denim

📋 copy color: '#135DAC'

red 19 ◦ green 93 ◦ blue 172

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

Shades of Denim #135DAC

Tints of Denim #135DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.56%

R = 6.69%
G = 32.75%
B = 60.56%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#135DAC (or 0x135DAC) is known color: Denim. HEX triplet: 13, 5D and AC. RGB value is (19,93,172). Sum of RGB (Red+Green+Blue) = 19+93+172=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #135DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135DAC is #ECA253. Grayscale: #4F4F4F. Windows color (decimal): -15508052 or 11296019. OLE color: 11296019.

HSL color Cylindrical-coordinate representation of color #135DAC: hue angle of 210.98º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #135DAC is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 93 172 -
CMYK 0.89 0.46 0 0.33
HSL 210.98º 0.8% 0.37% -
HSV(B) 210.98º 0.89% 0.67% -
XYZ 11.63 10.95 40.53 -
YUV 79.88 179.98 84.58 -
System Red Green Blue C M Y K H S L
Decimal 19 93 172 0.89 0.46 0 0.33 210.98 0.8 0.37
Hex 13 5D AC 59 2E 0 21 D3 50 25
Octal 23 135 254 131 56 0 41 323 120 45
Binary 10011 1011101 10101100 1011001 101110 0 100001 11010011 1010000 100101

Color Harmonies of #135DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135DAC

Black with #135DAC

Text Example


Text Example

White with #135DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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