Html Css Color HEX #1352CC Denim

📋 copy color: '#1352CC'

red 19 ◦ green 82 ◦ blue 204

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

Shades of Denim #1352CC

Tints of Denim #1352CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.89%

R = 6.23%
G = 26.89%
B = 66.89%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1352CC (or 0x1352CC) is known color: Denim. HEX triplet: 13, 52 and CC. RGB value is (19,82,204). Sum of RGB (Red+Green+Blue) = 19+82+204=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #1352CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1352CC is #ECAD33. Grayscale: #4C4C4C. Windows color (decimal): -15510836 or 13390355. OLE color: 13390355.

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

Color convert

RGB 19 82 204 -
CMYK 0.91 0.60 0 0.2
HSL 219.57º 0.83% 0.44% -
HSV(B) 219.57º 0.91% 0.8% -
XYZ 14.18 10.53 58.41 -
YUV 77.07 199.63 86.58 -
System Red Green Blue C M Y K H S L
Decimal 19 82 204 0.91 0.60 0 0.2 219.57 0.83 0.44
Hex 13 52 CC 5B 3C 0 14 DC 53 2C
Octal 23 122 314 133 74 0 24 334 123 54
Binary 10011 1010010 11001100 1011011 111100 0 10100 11011100 1010011 101100

Color Harmonies of #1352CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1352CC

Black with #1352CC

Text Example


Text Example

White with #1352CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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