Html Css Color HEX #1356AF Denim

📋 copy color: '#1356AF'

red 19 ◦ green 86 ◦ blue 175

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

Shades of Denim #1356AF

Tints of Denim #1356AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 62.5%

R = 6.79%
G = 30.71%
B = 62.5%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1356AF (or 0x1356AF) is known color: Denim. HEX triplet: 13, 56 and AF. RGB value is (19,86,175). Sum of RGB (Red+Green+Blue) = 19+86+175=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 175 (68.75% from 255 or 62.5% from 280); Max value from RGB is 175 - color contains mainly: blue. Hex color #1356AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1356AF is #ECA950. Grayscale: #4B4B4B. Windows color (decimal): -15509841 or 11490835. OLE color: 11490835.

HSL color Cylindrical-coordinate representation of color #1356AF: hue angle of 214.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1356AF is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 86 175 -
CMYK 0.89 0.51 0 0.31
HSL 214.23º 0.8% 0.38% -
HSV(B) 214.23º 0.89% 0.69% -
XYZ 11.33 9.89 41.87 -
YUV 76.11 183.8 87.26 -
System Red Green Blue C M Y K H S L
Decimal 19 86 175 0.89 0.51 0 0.31 214.23 0.8 0.38
Hex 13 56 AF 59 33 0 1F D6 50 26
Octal 23 126 257 131 63 0 37 326 120 46
Binary 10011 1010110 10101111 1011001 110011 0 11111 11010110 1010000 100110

Color Harmonies of #1356AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1356AF

Black with #1356AF

Text Example


Text Example

White with #1356AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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