Html Css Color HEX #135BD0 Denim

📋 copy color: '#135BD0'

red 19 ◦ green 91 ◦ blue 208

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

Shades of Denim #135BD0

Tints of Denim #135BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 65.41%

R = 5.97%
G = 28.62%
B = 65.41%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#135BD0 (or 0x135BD0) is known color: Denim. HEX triplet: 13, 5B and D0. RGB value is (19,91,208). Sum of RGB (Red+Green+Blue) = 19+91+208=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 208 (81.64% from 255 or 65.41% from 318); Max value from RGB is 208 - color contains mainly: blue. Hex color #135BD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135BD0 is #ECA42F. Grayscale: #525252. Windows color (decimal): -15508528 or 13654803. OLE color: 13654803.

HSL color Cylindrical-coordinate representation of color #135BD0: hue angle of 217.14º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135BD0 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 91 208 -
CMYK 0.91 0.56 0 0.18
HSL 217.14º 0.83% 0.45% -
HSV(B) 217.14º 0.91% 0.82% -
XYZ 15.39 12.17 61.21 -
YUV 82.81 198.65 82.49 -
System Red Green Blue C M Y K H S L
Decimal 19 91 208 0.91 0.56 0 0.18 217.14 0.83 0.45
Hex 13 5B D0 5B 38 0 12 D9 53 2D
Octal 23 133 320 133 70 0 22 331 123 55
Binary 10011 1011011 11010000 1011011 111000 0 10010 11011001 1010011 101101

Color Harmonies of #135BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BD0

Black with #135BD0

Text Example


Text Example

White with #135BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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