Html Css Color HEX #135BB2 Denim

📋 copy color: '#135BB2'

red 19 ◦ green 91 ◦ blue 178

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

Shades of Denim #135BB2

Tints of Denim #135BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 61.81%

R = 6.6%
G = 31.6%
B = 61.81%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#135BB2 (or 0x135BB2) is known color: Denim. HEX triplet: 13, 5B and B2. RGB value is (19,91,178). Sum of RGB (Red+Green+Blue) = 19+91+178=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 178 (69.92% from 255 or 61.81% from 288); Max value from RGB is 178 - color contains mainly: blue. Hex color #135BB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135BB2 is #ECA44D. Grayscale: #4E4E4E. Windows color (decimal): -15508558 or 11688723. OLE color: 11688723.

HSL color Cylindrical-coordinate representation of color #135BB2: hue angle of 212.83º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #135BB2 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 19 91 178 -
CMYK 0.89 0.49 0 0.30
HSL 212.83º 0.81% 0.39% -
HSV(B) 212.83º 0.89% 0.7% -
XYZ 12.05 10.83 43.58 -
YUV 79.39 183.65 84.93 -
System Red Green Blue C M Y K H S L
Decimal 19 91 178 0.89 0.49 0 0.30 212.83 0.81 0.39
Hex 13 5B B2 59 31 0 1E D5 51 27
Octal 23 133 262 131 61 0 36 325 121 47
Binary 10011 1011011 10110010 1011001 110001 0 11110 11010101 1010001 100111

Color Harmonies of #135BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BB2

Black with #135BB2

Text Example


Text Example

White with #135BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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