Html Css Color HEX #135EAC Denim

📋 copy color: '#135EAC'

red 19 ◦ green 94 ◦ blue 172

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

Shades of Denim #135EAC

Tints of Denim #135EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.98%

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

R = 6.67%
G = 32.98%
B = 60.35%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#135EAC (or 0x135EAC) is known color: Denim. HEX triplet: 13, 5E and AC. RGB value is (19,94,172). Sum of RGB (Red+Green+Blue) = 19+94+172=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #135EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135EAC is #ECA153. Grayscale: #505050. Windows color (decimal): -15507796 or 11296275. OLE color: 11296275.

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

Color convert

RGB 19 94 172 -
CMYK 0.89 0.45 0 0.33
HSL 210.59º 0.8% 0.37% -
HSV(B) 210.59º 0.89% 0.67% -
XYZ 11.72 11.12 40.56 -
YUV 80.47 179.65 84.16 -
System Red Green Blue C M Y K H S L
Decimal 19 94 172 0.89 0.45 0 0.33 210.59 0.8 0.37
Hex 13 5E AC 59 2D 0 21 D3 50 25
Octal 23 136 254 131 55 0 41 323 120 45
Binary 10011 1011110 10101100 1011001 101101 0 100001 11010011 1010000 100101

Color Harmonies of #135EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135EAC

Black with #135EAC

Text Example


Text Example

White with #135EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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