Html Css Color HEX #1351DB Denim

📋 copy color: '#1351DB'

red 19 ◦ green 81 ◦ blue 219

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

Shades of Denim #1351DB

Tints of Denim #1351DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.39%

 BLUE value IS 219 (85.94% from 255) = 68.65%

R = 5.96%
G = 25.39%
B = 68.65%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1351DB (or 0x1351DB) is known color: Denim. HEX triplet: 13, 51 and DB. RGB value is (19,81,219). Sum of RGB (Red+Green+Blue) = 19+81+219=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #1351DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1351DB is #ECAE24. Grayscale: #4D4D4D. Windows color (decimal): -15511077 or 14373139. OLE color: 14373139.

HSL color Cylindrical-coordinate representation of color #1351DB: hue angle of 221.4º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1351DB is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 81 219 -
CMYK 0.91 0.63 0 0.14
HSL 221.4º 0.84% 0.47% -
HSV(B) 221.4º 0.91% 0.86% -
XYZ 16 11.14 68.32 -
YUV 78.19 207.46 85.78 -
System Red Green Blue C M Y K H S L
Decimal 19 81 219 0.91 0.63 0 0.14 221.4 0.84 0.47
Hex 13 51 DB 5B 3F 0 E DD 54 2F
Octal 23 121 333 133 77 0 16 335 124 57
Binary 10011 1010001 11011011 1011011 111111 0 1110 11011101 1010100 101111

Color Harmonies of #1351DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1351DB

Black with #1351DB

Text Example


Text Example

White with #1351DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1351DB; }

 p { color: rgb(19,81,219); }

 H1.HeaderClassName
 {
   color: #1351DB;
 }
 .AnyTagClassName
 {
   color: #1351DB;
 }
</style>

background-color css

<style>
 a { background-color: #1351DB; }

 a { background-color: rgb(19,81,219); }

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

border-color css

<style>
 span { border-color: #1351DB; }

 span { border-color: rgb(19,81,219); }

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