Html Css Color HEX #1356C0 Denim

📋 copy color: '#1356C0'

red 19 ◦ green 86 ◦ blue 192

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

Shades of Denim #1356C0

Tints of Denim #1356C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 64.65%

R = 6.4%
G = 28.96%
B = 64.65%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1356C0 (or 0x1356C0) is known color: Denim. HEX triplet: 13, 56 and C0. RGB value is (19,86,192). Sum of RGB (Red+Green+Blue) = 19+86+192=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 192 (75.39% from 255 or 64.65% from 297); Max value from RGB is 192 - color contains mainly: blue. Hex color #1356C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1356C0 is #ECA93F. Grayscale: #4D4D4D. Windows color (decimal): -15509824 or 12604947. OLE color: 12604947.

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

Color convert

RGB 19 86 192 -
CMYK 0.90 0.55 0 0.25
HSL 216.76º 0.82% 0.41% -
HSV(B) 216.76º 0.9% 0.75% -
XYZ 13.11 10.6 51.22 -
YUV 78.05 192.3 85.88 -
System Red Green Blue C M Y K H S L
Decimal 19 86 192 0.90 0.55 0 0.25 216.76 0.82 0.41
Hex 13 56 C0 5A 37 0 19 D9 52 29
Octal 23 126 300 132 67 0 31 331 122 51
Binary 10011 1010110 11000000 1011010 110111 0 11001 11011001 1010010 101001

Color Harmonies of #1356C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1356C0

Black with #1356C0

Text Example


Text Example

White with #1356C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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