Html Css Color HEX #1356CD Denim

📋 copy color: '#1356CD'

red 19 ◦ green 86 ◦ blue 205

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

Shades of Denim #1356CD

Tints of Denim #1356CD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.74%

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

R = 6.13%
G = 27.74%
B = 66.13%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1356CD (or 0x1356CD) is known color: Denim. HEX triplet: 13, 56 and CD. RGB value is (19,86,205). Sum of RGB (Red+Green+Blue) = 19+86+205=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #1356CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1356CD is #ECA932. Grayscale: #4E4E4E. Windows color (decimal): -15509811 or 13456915. OLE color: 13456915.

HSL color Cylindrical-coordinate representation of color #1356CD: hue angle of 218.39º 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 #1356CD is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 86 205 -
CMYK 0.91 0.58 0 0.20
HSL 218.39º 0.83% 0.44% -
HSV(B) 218.39º 0.91% 0.8% -
XYZ 14.62 11.2 59.15 -
YUV 79.53 198.8 84.82 -
System Red Green Blue C M Y K H S L
Decimal 19 86 205 0.91 0.58 0 0.20 218.39 0.83 0.44
Hex 13 56 CD 5B 3A 0 14 DA 53 2C
Octal 23 126 315 133 72 0 24 332 123 54
Binary 10011 1010110 11001101 1011011 111010 0 10100 11011010 1010011 101100

Color Harmonies of #1356CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1356CD

Black with #1356CD

Text Example


Text Example

White with #1356CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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