Html Css Color HEX #135BBA Denim

📋 copy color: '#135BBA'

red 19 ◦ green 91 ◦ blue 186

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

Shades of Denim #135BBA

Tints of Denim #135BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.74%

 BLUE value IS 186 (73.05% from 255) = 62.84%

R = 6.42%
G = 30.74%
B = 62.84%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#135BBA (or 0x135BBA) is known color: Denim. HEX triplet: 13, 5B and BA. RGB value is (19,91,186). Sum of RGB (Red+Green+Blue) = 19+91+186=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #135BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135BBA is #ECA445. Grayscale: #4F4F4F. Windows color (decimal): -15508550 or 12213011. OLE color: 12213011.

HSL color Cylindrical-coordinate representation of color #135BBA: hue angle of 214.13º degrees, saturation: 0.81, 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 #135BBA is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 91 186 -
CMYK 0.90 0.51 0 0.27
HSL 214.13º 0.81% 0.4% -
HSV(B) 214.13º 0.9% 0.73% -
XYZ 12.87 11.17 47.93 -
YUV 80.3 187.65 84.28 -
System Red Green Blue C M Y K H S L
Decimal 19 91 186 0.90 0.51 0 0.27 214.13 0.81 0.4
Hex 13 5B BA 5A 33 0 1B D6 51 28
Octal 23 133 272 132 63 0 33 326 121 50
Binary 10011 1011011 10111010 1011010 110011 0 11011 11010110 1010001 101000

Color Harmonies of #135BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BBA

Black with #135BBA

Text Example


Text Example

White with #135BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,91,186); }

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

background-color css

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

 a { background-color: rgb(19,91,186); }

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

border-color css

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

 span { border-color: rgb(19,91,186); }

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