Html Css Color HEX #1368AD Denim

📋 copy color: '#1368AD'

red 19 ◦ green 104 ◦ blue 173

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

Shades of Denim #1368AD

Tints of Denim #1368AD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.14%

 BLUE value IS 173 (67.97% from 255) = 58.45%

R = 6.42%
G = 35.14%
B = 58.45%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1368AD (or 0x1368AD) is known color: Denim. HEX triplet: 13, 68 and AD. RGB value is (19,104,173). Sum of RGB (Red+Green+Blue) = 19+104+173=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #1368AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1368AD is #EC9752. Grayscale: #565656. Windows color (decimal): -15505235 or 11364371. OLE color: 11364371.

HSL color Cylindrical-coordinate representation of color #1368AD: hue angle of 206.88º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1368AD is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 104 173 -
CMYK 0.89 0.40 0 0.32
HSL 206.88º 0.8% 0.38% -
HSV(B) 206.88º 0.89% 0.68% -
XYZ 12.76 13.06 41.38 -
YUV 86.45 176.84 79.89 -
System Red Green Blue C M Y K H S L
Decimal 19 104 173 0.89 0.40 0 0.32 206.88 0.8 0.38
Hex 13 68 AD 59 28 0 20 CF 50 26
Octal 23 150 255 131 50 0 40 317 120 46
Binary 10011 1101000 10101101 1011001 101000 0 100000 11001111 1010000 100110

Color Harmonies of #1368AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1368AD

Black with #1368AD

Text Example


Text Example

White with #1368AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1368AD; }

 p { color: rgb(19,104,173); }

 H1.HeaderClassName
 {
   color: #1368AD;
 }
 .AnyTagClassName
 {
   color: #1368AD;
 }
</style>

background-color css

<style>
 a { background-color: #1368AD; }

 a { background-color: rgb(19,104,173); }

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

border-color css

<style>
 span { border-color: #1368AD; }

 span { border-color: rgb(19,104,173); }

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