Html Css Color HEX #1369AD Denim

📋 copy color: '#1369AD'

red 19 ◦ green 105 ◦ blue 173

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

Shades of Denim #1369AD

Tints of Denim #1369AD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.35%

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

R = 6.4%
G = 35.35%
B = 58.25%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1369AD (or 0x1369AD) is known color: Denim. HEX triplet: 13, 69 and AD. RGB value is (19,105,173). Sum of RGB (Red+Green+Blue) = 19+105+173=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #1369AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1369AD is #EC9652. Grayscale: #565656. Windows color (decimal): -15504979 or 11364627. OLE color: 11364627.

HSL color Cylindrical-coordinate representation of color #1369AD: hue angle of 206.49º 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 #1369AD is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 105 173 -
CMYK 0.89 0.39 0 0.32
HSL 206.49º 0.8% 0.38% -
HSV(B) 206.49º 0.89% 0.68% -
XYZ 12.86 13.26 41.42 -
YUV 87.04 176.51 79.47 -
System Red Green Blue C M Y K H S L
Decimal 19 105 173 0.89 0.39 0 0.32 206.49 0.8 0.38
Hex 13 69 AD 59 27 0 20 CE 50 26
Octal 23 151 255 131 47 0 40 316 120 46
Binary 10011 1101001 10101101 1011001 100111 0 100000 11001110 1010000 100110

Color Harmonies of #1369AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1369AD

Black with #1369AD

Text Example


Text Example

White with #1369AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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