Html Css Color HEX #135DD5 Denim

📋 copy color: '#135DD5'

red 19 ◦ green 93 ◦ blue 213

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

Shades of Denim #135DD5

Tints of Denim #135DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 65.54%

R = 5.85%
G = 28.62%
B = 65.54%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#135DD5 (or 0x135DD5) is known color: Denim. HEX triplet: 13, 5D and D5. RGB value is (19,93,213). Sum of RGB (Red+Green+Blue) = 19+93+213=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 213 (83.59% from 255 or 65.54% from 325); Max value from RGB is 213 - color contains mainly: blue. Hex color #135DD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135DD5 is #ECA22A. Grayscale: #545454. Windows color (decimal): -15508011 or 13982995. OLE color: 13982995.

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

Color convert

RGB 19 93 213 -
CMYK 0.91 0.56 0 0.16
HSL 217.11º 0.84% 0.45% -
HSV(B) 217.11º 0.91% 0.84% -
XYZ 16.19 12.77 64.56 -
YUV 84.55 200.48 81.24 -
System Red Green Blue C M Y K H S L
Decimal 19 93 213 0.91 0.56 0 0.16 217.11 0.84 0.45
Hex 13 5D D5 5B 38 0 10 D9 54 2D
Octal 23 135 325 133 70 0 20 331 124 55
Binary 10011 1011101 11010101 1011011 111000 0 10000 11011001 1010100 101101

Color Harmonies of #135DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135DD5

Black with #135DD5

Text Example


Text Example

White with #135DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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