Html Css Color HEX #1467AB Denim

📋 copy color: '#1467AB'

red 20 ◦ green 103 ◦ blue 171

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

Shades of Denim #1467AB

Tints of Denim #1467AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 58.16%

R = 6.8%
G = 35.03%
B = 58.16%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1467AB (or 0x1467AB) is known color: Denim. HEX triplet: 14, 67 and AB. RGB value is (20,103,171). Sum of RGB (Red+Green+Blue) = 20+103+171=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #1467AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1467AB is #EB9854. Grayscale: #555555. Windows color (decimal): -15439957 or 11233044. OLE color: 11233044.

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

Color convert

RGB 20 103 171 -
CMYK 0.88 0.40 0 0.33
HSL 207.02º 0.79% 0.37% -
HSV(B) 207.02º 0.88% 0.67% -
XYZ 12.49 12.79 40.34 -
YUV 85.94 176 80.97 -
System Red Green Blue C M Y K H S L
Decimal 20 103 171 0.88 0.40 0 0.33 207.02 0.79 0.37
Hex 14 67 AB 58 28 0 21 CF 4F 25
Octal 24 147 253 130 50 0 41 317 117 45
Binary 10100 1100111 10101011 1011000 101000 0 100001 11001111 1001111 100101

Color Harmonies of #1467AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1467AB

Black with #1467AB

Text Example


Text Example

White with #1467AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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