Html Css Color HEX #1367AD Denim

📋 copy color: '#1367AD'

red 19 ◦ green 103 ◦ blue 173

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

Shades of Denim #1367AD

Tints of Denim #1367AD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.92%

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

R = 6.44%
G = 34.92%
B = 58.64%

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

#1367AD (or 0x1367AD) is known color: Denim. HEX triplet: 13, 67 and AD. RGB value is (19,103,173). Sum of RGB (Red+Green+Blue) = 19+103+173=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #1367AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1367AD is #EC9852. Grayscale: #555555. Windows color (decimal): -15505491 or 11364115. OLE color: 11364115.

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

Color convert

RGB 19 103 173 -
CMYK 0.89 0.40 0 0.32
HSL 207.27º 0.8% 0.38% -
HSV(B) 207.27º 0.89% 0.68% -
XYZ 12.66 12.86 41.35 -
YUV 85.86 177.17 80.31 -
System Red Green Blue C M Y K H S L
Decimal 19 103 173 0.89 0.40 0 0.32 207.27 0.8 0.38
Hex 13 67 AD 59 28 0 20 CF 50 26
Octal 23 147 255 131 50 0 40 317 120 46
Binary 10011 1100111 10101101 1011001 101000 0 100000 11001111 1010000 100110

Color Harmonies of #1367AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1367AD

Black with #1367AD

Text Example


Text Example

White with #1367AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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