Html Css Color HEX #1352CD Denim

📋 copy color: '#1352CD'

red 19 ◦ green 82 ◦ blue 205

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

Shades of Denim #1352CD

Tints of Denim #1352CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.99%

R = 6.21%
G = 26.8%
B = 66.99%

CMYK

 C value IS 0.91

 M value IS 0.6

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1352CD (or 0x1352CD) is known color: Denim. HEX triplet: 13, 52 and CD. RGB value is (19,82,205). Sum of RGB (Red+Green+Blue) = 19+82+205=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #1352CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1352CD is #ECAD32. Grayscale: #4C4C4C. Windows color (decimal): -15510835 or 13455891. OLE color: 13455891.

HSL color Cylindrical-coordinate representation of color #1352CD: hue angle of 219.68º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1352CD is Cyan = 0.91, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 82 205 -
CMYK 0.91 0.6 0 0.20
HSL 219.68º 0.83% 0.44% -
HSV(B) 219.68º 0.91% 0.8% -
XYZ 14.31 10.58 59.05 -
YUV 77.19 200.13 86.5 -
System Red Green Blue C M Y K H S L
Decimal 19 82 205 0.91 0.6 0 0.20 219.68 0.83 0.44
Hex 13 52 CD 5B 3C 0 14 DC 53 2C
Octal 23 122 315 133 74 0 24 334 123 54
Binary 10011 1010010 11001101 1011011 111100 0 10100 11011100 1010011 101100

Color Harmonies of #1352CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1352CD

Black with #1352CD

Text Example


Text Example

White with #1352CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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