Html Css Color HEX #135AC1 Denim

📋 copy color: '#135AC1'

red 19 ◦ green 90 ◦ blue 193

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

Shades of Denim #135AC1

Tints of Denim #135AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 63.91%

R = 6.29%
G = 29.8%
B = 63.91%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#135AC1 (or 0x135AC1) is known color: Denim. HEX triplet: 13, 5A and C1. RGB value is (19,90,193). Sum of RGB (Red+Green+Blue) = 19+90+193=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 193 (75.78% from 255 or 63.91% from 302); Max value from RGB is 193 - color contains mainly: blue. Hex color #135AC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135AC1 is #ECA53E. Grayscale: #505050. Windows color (decimal): -15508799 or 12671507. OLE color: 12671507.

HSL color Cylindrical-coordinate representation of color #135AC1: hue angle of 215.52º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135AC1 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 90 193 -
CMYK 0.90 0.53 0 0.24
HSL 215.52º 0.82% 0.42% -
HSV(B) 215.52º 0.9% 0.76% -
XYZ 13.55 11.3 51.92 -
YUV 80.51 191.48 84.12 -
System Red Green Blue C M Y K H S L
Decimal 19 90 193 0.90 0.53 0 0.24 215.52 0.82 0.42
Hex 13 5A C1 5A 35 0 18 D8 52 2A
Octal 23 132 301 132 65 0 30 330 122 52
Binary 10011 1011010 11000001 1011010 110101 0 11000 11011000 1010010 101010

Color Harmonies of #135AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135AC1

Black with #135AC1

Text Example


Text Example

White with #135AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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