Html Css Color HEX #135BD3 Denim

📋 copy color: '#135BD3'

red 19 ◦ green 91 ◦ blue 211

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

Shades of Denim #135BD3

Tints of Denim #135BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 65.73%

R = 5.92%
G = 28.35%
B = 65.73%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#135BD3 (or 0x135BD3) is known color: Denim. HEX triplet: 13, 5B and D3. RGB value is (19,91,211). Sum of RGB (Red+Green+Blue) = 19+91+211=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 211 (82.81% from 255 or 65.73% from 321); Max value from RGB is 211 - color contains mainly: blue. Hex color #135BD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135BD3 is #ECA42C. Grayscale: #525252. Windows color (decimal): -15508525 or 13851411. OLE color: 13851411.

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

Color convert

RGB 19 91 211 -
CMYK 0.91 0.57 0 0.17
HSL 217.5º 0.83% 0.45% -
HSV(B) 217.5º 0.91% 0.83% -
XYZ 15.77 12.32 63.18 -
YUV 83.15 200.15 82.24 -
System Red Green Blue C M Y K H S L
Decimal 19 91 211 0.91 0.57 0 0.17 217.5 0.83 0.45
Hex 13 5B D3 5B 39 0 11 DA 53 2D
Octal 23 133 323 133 71 0 21 332 123 55
Binary 10011 1011011 11010011 1011011 111001 0 10001 11011010 1010011 101101

Color Harmonies of #135BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BD3

Black with #135BD3

Text Example


Text Example

White with #135BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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