Html Css Color HEX #1356C1 Denim

📋 copy color: '#1356C1'

red 19 ◦ green 86 ◦ blue 193

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

Shades of Denim #1356C1

Tints of Denim #1356C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 64.77%

R = 6.38%
G = 28.86%
B = 64.77%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1356C1 (or 0x1356C1) is known color: Denim. HEX triplet: 13, 56 and C1. RGB value is (19,86,193). Sum of RGB (Red+Green+Blue) = 19+86+193=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 193 (75.78% from 255 or 64.77% from 298); Max value from RGB is 193 - color contains mainly: blue. Hex color #1356C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1356C1 is #ECA93E. Grayscale: #4D4D4D. Windows color (decimal): -15509823 or 12670483. OLE color: 12670483.

HSL color Cylindrical-coordinate representation of color #1356C1: hue angle of 216.9º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1356C1 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 86 193 -
CMYK 0.90 0.55 0 0.24
HSL 216.9º 0.82% 0.42% -
HSV(B) 216.9º 0.9% 0.76% -
XYZ 13.22 10.64 51.81 -
YUV 78.17 192.8 85.8 -
System Red Green Blue C M Y K H S L
Decimal 19 86 193 0.90 0.55 0 0.24 216.9 0.82 0.42
Hex 13 56 C1 5A 37 0 18 D9 52 2A
Octal 23 126 301 132 67 0 30 331 122 52
Binary 10011 1010110 11000001 1011010 110111 0 11000 11011001 1010010 101010

Color Harmonies of #1356C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1356C1

Black with #1356C1

Text Example


Text Example

White with #1356C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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