Html Css Color HEX #135AAC Denim

📋 copy color: '#135AAC'

red 19 ◦ green 90 ◦ blue 172

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

Shades of Denim #135AAC

Tints of Denim #135AAC

RGB

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

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

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

R = 6.76%
G = 32.03%
B = 61.21%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#135AAC (or 0x135AAC) is known color: Denim. HEX triplet: 13, 5A and AC. RGB value is (19,90,172). Sum of RGB (Red+Green+Blue) = 19+90+172=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #135AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135AAC is #ECA553. Grayscale: #4D4D4D. Windows color (decimal): -15508820 or 11295251. OLE color: 11295251.

HSL color Cylindrical-coordinate representation of color #135AAC: hue angle of 212.16º 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 #135AAC is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 90 172 -
CMYK 0.89 0.48 0 0.33
HSL 212.16º 0.8% 0.37% -
HSV(B) 212.16º 0.89% 0.67% -
XYZ 11.37 10.43 40.44 -
YUV 78.12 180.98 85.83 -
System Red Green Blue C M Y K H S L
Decimal 19 90 172 0.89 0.48 0 0.33 212.16 0.8 0.37
Hex 13 5A AC 59 30 0 21 D4 50 25
Octal 23 132 254 131 60 0 41 324 120 45
Binary 10011 1011010 10101100 1011001 110000 0 100001 11010100 1010000 100101

Color Harmonies of #135AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135AAC

Black with #135AAC

Text Example


Text Example

White with #135AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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