Html Css Color HEX #135AC6 Denim

📋 copy color: '#135AC6'

red 19 ◦ green 90 ◦ blue 198

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

Shades of Denim #135AC6

Tints of Denim #135AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 64.5%

R = 6.19%
G = 29.32%
B = 64.5%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#135AC6 (or 0x135AC6) is known color: Denim. HEX triplet: 13, 5A and C6. RGB value is (19,90,198). Sum of RGB (Red+Green+Blue) = 19+90+198=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 198 (77.73% from 255 or 64.50% from 307); Max value from RGB is 198 - color contains mainly: blue. Hex color #135AC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135AC6 is #ECA539. Grayscale: #505050. Windows color (decimal): -15508794 or 12999187. OLE color: 12999187.

HSL color Cylindrical-coordinate representation of color #135AC6: hue angle of 216.2º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135AC6 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 90 198 -
CMYK 0.90 0.55 0 0.22
HSL 216.2º 0.82% 0.43% -
HSV(B) 216.2º 0.9% 0.78% -
XYZ 14.12 11.53 54.91 -
YUV 81.08 193.98 83.72 -
System Red Green Blue C M Y K H S L
Decimal 19 90 198 0.90 0.55 0 0.22 216.2 0.82 0.43
Hex 13 5A C6 5A 37 0 16 D8 52 2B
Octal 23 132 306 132 67 0 26 330 122 53
Binary 10011 1011010 11000110 1011010 110111 0 10110 11011000 1010010 101011

Color Harmonies of #135AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135AC6

Black with #135AC6

Text Example


Text Example

White with #135AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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