Html Css Color HEX #1356BA Denim

📋 copy color: '#1356BA'

red 19 ◦ green 86 ◦ blue 186

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

Shades of Denim #1356BA

Tints of Denim #1356BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.92%

R = 6.53%
G = 29.55%
B = 63.92%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1356BA (or 0x1356BA) is known color: Denim. HEX triplet: 13, 56 and BA. RGB value is (19,86,186). Sum of RGB (Red+Green+Blue) = 19+86+186=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #1356BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1356BA is #ECA945. Grayscale: #4C4C4C. Windows color (decimal): -15509830 or 12211731. OLE color: 12211731.

HSL color Cylindrical-coordinate representation of color #1356BA: hue angle of 215.93º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1356BA is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 86 186 -
CMYK 0.90 0.54 0 0.27
HSL 215.93º 0.81% 0.4% -
HSV(B) 215.93º 0.9% 0.73% -
XYZ 12.46 10.34 47.79 -
YUV 77.37 189.3 86.37 -
System Red Green Blue C M Y K H S L
Decimal 19 86 186 0.90 0.54 0 0.27 215.93 0.81 0.4
Hex 13 56 BA 5A 36 0 1B D8 51 28
Octal 23 126 272 132 66 0 33 330 121 50
Binary 10011 1010110 10111010 1011010 110110 0 11011 11011000 1010001 101000

Color Harmonies of #1356BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1356BA

Black with #1356BA

Text Example


Text Example

White with #1356BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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