Html Css Color HEX #135ABB Denim

📋 copy color: '#135ABB'

red 19 ◦ green 90 ◦ blue 187

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

Shades of Denim #135ABB

Tints of Denim #135ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 63.18%

R = 6.42%
G = 30.41%
B = 63.18%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#135ABB (or 0x135ABB) is known color: Denim. HEX triplet: 13, 5A and BB. RGB value is (19,90,187). Sum of RGB (Red+Green+Blue) = 19+90+187=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #135ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135ABB is #ECA544. Grayscale: #4F4F4F. Windows color (decimal): -15508805 or 12278291. OLE color: 12278291.

HSL color Cylindrical-coordinate representation of color #135ABB: hue angle of 214.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135ABB is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 90 187 -
CMYK 0.90 0.52 0 0.27
HSL 214.64º 0.82% 0.4% -
HSV(B) 214.64º 0.9% 0.73% -
XYZ 12.89 11.04 48.46 -
YUV 79.83 188.48 84.61 -
System Red Green Blue C M Y K H S L
Decimal 19 90 187 0.90 0.52 0 0.27 214.64 0.82 0.4
Hex 13 5A BB 5A 34 0 1B D7 52 28
Octal 23 132 273 132 64 0 33 327 122 50
Binary 10011 1011010 10111011 1011010 110100 0 11011 11010111 1010010 101000

Color Harmonies of #135ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135ABB

Black with #135ABB

Text Example


Text Example

White with #135ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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