Html Css Color HEX #135DB8 Denim

📋 copy color: '#135DB8'

red 19 ◦ green 93 ◦ blue 184

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

Shades of Denim #135DB8

Tints of Denim #135DB8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.42%

 BLUE value IS 184 (72.27% from 255) = 62.16%

R = 6.42%
G = 31.42%
B = 62.16%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#135DB8 (or 0x135DB8) is known color: Denim. HEX triplet: 13, 5D and B8. RGB value is (19,93,184). Sum of RGB (Red+Green+Blue) = 19+93+184=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 184 (72.27% from 255 or 62.16% from 296); Max value from RGB is 184 - color contains mainly: blue. Hex color #135DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135DB8 is #ECA247. Grayscale: #505050. Windows color (decimal): -15508040 or 12082451. OLE color: 12082451.

HSL color Cylindrical-coordinate representation of color #135DB8: hue angle of 213.09º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135DB8 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 19 93 184 -
CMYK 0.90 0.49 0 0.28
HSL 213.09º 0.81% 0.4% -
HSV(B) 213.09º 0.9% 0.72% -
XYZ 12.83 11.43 46.88 -
YUV 81.25 185.98 83.6 -
System Red Green Blue C M Y K H S L
Decimal 19 93 184 0.90 0.49 0 0.28 213.09 0.81 0.4
Hex 13 5D B8 5A 31 0 1C D5 51 28
Octal 23 135 270 132 61 0 34 325 121 50
Binary 10011 1011101 10111000 1011010 110001 0 11100 11010101 1010001 101000

Color Harmonies of #135DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135DB8

Black with #135DB8

Text Example


Text Example

White with #135DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,93,184); }

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

background-color css

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

 a { background-color: rgb(19,93,184); }

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

border-color css

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

 span { border-color: rgb(19,93,184); }

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