Html Css Color HEX #1353CC Denim

📋 copy color: '#1353CC'

red 19 ◦ green 83 ◦ blue 204

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

Shades of Denim #1353CC

Tints of Denim #1353CC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.12%

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

R = 6.21%
G = 27.12%
B = 66.67%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1353CC (or 0x1353CC) is known color: Denim. HEX triplet: 13, 53 and CC. RGB value is (19,83,204). Sum of RGB (Red+Green+Blue) = 19+83+204=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #1353CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1353CC is #ECAC33. Grayscale: #4D4D4D. Windows color (decimal): -15510580 or 13390611. OLE color: 13390611.

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

Color convert

RGB 19 83 204 -
CMYK 0.91 0.59 0 0.2
HSL 219.24º 0.83% 0.44% -
HSV(B) 219.24º 0.91% 0.8% -
XYZ 14.26 10.68 58.44 -
YUV 77.66 199.3 86.16 -
System Red Green Blue C M Y K H S L
Decimal 19 83 204 0.91 0.59 0 0.2 219.24 0.83 0.44
Hex 13 53 CC 5B 3B 0 14 DB 53 2C
Octal 23 123 314 133 73 0 24 333 123 54
Binary 10011 1010011 11001100 1011011 111011 0 10100 11011011 1010011 101100

Color Harmonies of #1353CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1353CC

Black with #1353CC

Text Example


Text Example

White with #1353CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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