Html Css Color HEX #1352DB Denim

📋 copy color: '#1352DB'

red 19 ◦ green 82 ◦ blue 219

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

Shades of Denim #1352DB

Tints of Denim #1352DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.63%

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

R = 5.94%
G = 25.63%
B = 68.44%

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

#1352DB (or 0x1352DB) is known color: Denim. HEX triplet: 13, 52 and DB. RGB value is (19,82,219). Sum of RGB (Red+Green+Blue) = 19+82+219=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #1352DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1352DB is #ECAD24. Grayscale: #4E4E4E. Windows color (decimal): -15510821 or 14373395. OLE color: 14373395.

HSL color Cylindrical-coordinate representation of color #1352DB: hue angle of 221.1º 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 #1352DB is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 82 219 -
CMYK 0.91 0.63 0 0.14
HSL 221.1º 0.84% 0.47% -
HSV(B) 221.1º 0.91% 0.86% -
XYZ 16.07 11.29 68.35 -
YUV 78.78 207.13 85.36 -
System Red Green Blue C M Y K H S L
Decimal 19 82 219 0.91 0.63 0 0.14 221.1 0.84 0.47
Hex 13 52 DB 5B 3F 0 E DD 54 2F
Octal 23 122 333 133 77 0 16 335 124 57
Binary 10011 1010010 11011011 1011011 111111 0 1110 11011101 1010100 101111

Color Harmonies of #1352DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1352DB

Black with #1352DB

Text Example


Text Example

White with #1352DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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