Html Css Color HEX #1353CF Denim

📋 copy color: '#1353CF'

red 19 ◦ green 83 ◦ blue 207

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

Shades of Denim #1353CF

Tints of Denim #1353CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.99%

R = 6.15%
G = 26.86%
B = 66.99%

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

#1353CF (or 0x1353CF) is known color: Denim. HEX triplet: 13, 53 and CF. RGB value is (19,83,207). Sum of RGB (Red+Green+Blue) = 19+83+207=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #1353CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1353CF is #ECAC30. Grayscale: #4D4D4D. Windows color (decimal): -15510577 or 13587219. OLE color: 13587219.

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

Color convert

RGB 19 83 207 -
CMYK 0.91 0.60 0 0.19
HSL 219.57º 0.83% 0.44% -
HSV(B) 219.57º 0.91% 0.81% -
XYZ 14.62 10.83 60.35 -
YUV 78 200.8 85.92 -
System Red Green Blue C M Y K H S L
Decimal 19 83 207 0.91 0.60 0 0.19 219.57 0.83 0.44
Hex 13 53 CF 5B 3C 0 13 DC 53 2C
Octal 23 123 317 133 74 0 23 334 123 54
Binary 10011 1010011 11001111 1011011 111100 0 10011 11011100 1010011 101100

Color Harmonies of #1353CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1353CF

Black with #1353CF

Text Example


Text Example

White with #1353CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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