Html Css Color HEX #1467AD Denim

📋 copy color: '#1467AD'

red 20 ◦ green 103 ◦ blue 173

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

Shades of Denim #1467AD

Tints of Denim #1467AD

RGB

 RED value IS 20 (8.2% from 255) = 6.76%

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

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

R = 6.76%
G = 34.8%
B = 58.45%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1467AD (or 0x1467AD) is known color: Denim. HEX triplet: 14, 67 and AD. RGB value is (20,103,173). Sum of RGB (Red+Green+Blue) = 20+103+173=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 103 (40.62% from 255 or 34.80% 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 #1467AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1467AD is #EB9852. Grayscale: #555555. Windows color (decimal): -15439955 or 11364116. OLE color: 11364116.

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

Color convert

RGB 20 103 173 -
CMYK 0.88 0.40 0 0.32
HSL 207.45º 0.79% 0.38% -
HSV(B) 207.45º 0.88% 0.68% -
XYZ 12.68 12.87 41.35 -
YUV 86.16 177 80.81 -
System Red Green Blue C M Y K H S L
Decimal 20 103 173 0.88 0.40 0 0.32 207.45 0.79 0.38
Hex 14 67 AD 58 28 0 20 CF 4F 26
Octal 24 147 255 130 50 0 40 317 117 46
Binary 10100 1100111 10101101 1011000 101000 0 100000 11001111 1001111 100110

Color Harmonies of #1467AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1467AD

Black with #1467AD

Text Example


Text Example

White with #1467AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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