Html Css Color HEX #1353CE Denim

📋 copy color: '#1353CE'

red 19 ◦ green 83 ◦ blue 206

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

Shades of Denim #1353CE

Tints of Denim #1353CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 66.88%

R = 6.17%
G = 26.95%
B = 66.88%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1353CE (or 0x1353CE) is known color: Denim. HEX triplet: 13, 53 and CE. RGB value is (19,83,206). Sum of RGB (Red+Green+Blue) = 19+83+206=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #1353CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1353CE is #ECAC31. Grayscale: #4D4D4D. Windows color (decimal): -15510578 or 13521683. OLE color: 13521683.

HSL color Cylindrical-coordinate representation of color #1353CE: hue angle of 219.47º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1353CE is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 83 206 -
CMYK 0.91 0.60 0 0.19
HSL 219.47º 0.83% 0.44% -
HSV(B) 219.47º 0.91% 0.81% -
XYZ 14.5 10.78 59.71 -
YUV 77.89 200.3 86 -
System Red Green Blue C M Y K H S L
Decimal 19 83 206 0.91 0.60 0 0.19 219.47 0.83 0.44
Hex 13 53 CE 5B 3C 0 13 DB 53 2C
Octal 23 123 316 133 74 0 23 333 123 54
Binary 10011 1010011 11001110 1011011 111100 0 10011 11011011 1010011 101100

Color Harmonies of #1353CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1353CE

Black with #1353CE

Text Example


Text Example

White with #1353CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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