Html Css Color HEX #135BBF Denim

📋 copy color: '#135BBF'

red 19 ◦ green 91 ◦ blue 191

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

Shades of Denim #135BBF

Tints of Denim #135BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.46%

R = 6.31%
G = 30.23%
B = 63.46%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#135BBF (or 0x135BBF) is known color: Denim. HEX triplet: 13, 5B and BF. RGB value is (19,91,191). Sum of RGB (Red+Green+Blue) = 19+91+191=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #135BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135BBF is #ECA440. Grayscale: #505050. Windows color (decimal): -15508545 or 12540691. OLE color: 12540691.

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

Color convert

RGB 19 91 191 -
CMYK 0.90 0.52 0 0.25
HSL 214.88º 0.82% 0.41% -
HSV(B) 214.88º 0.9% 0.75% -
XYZ 13.41 11.38 50.78 -
YUV 80.87 190.15 83.87 -
System Red Green Blue C M Y K H S L
Decimal 19 91 191 0.90 0.52 0 0.25 214.88 0.82 0.41
Hex 13 5B BF 5A 34 0 19 D7 52 29
Octal 23 133 277 132 64 0 31 327 122 51
Binary 10011 1011011 10111111 1011010 110100 0 11001 11010111 1010010 101001

Color Harmonies of #135BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BBF

Black with #135BBF

Text Example


Text Example

White with #135BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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