Html Css Color HEX #1468AC Denim

📋 copy color: '#1468AC'

red 20 ◦ green 104 ◦ blue 172

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

Shades of Denim #1468AC

Tints of Denim #1468AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 58.11%

R = 6.76%
G = 35.14%
B = 58.11%

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

#1468AC (or 0x1468AC) is known color: Denim. HEX triplet: 14, 68 and AC. RGB value is (20,104,172). Sum of RGB (Red+Green+Blue) = 20+104+172=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #1468AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1468AC is #EB9753. Grayscale: #565656. Windows color (decimal): -15439700 or 11298836. OLE color: 11298836.

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

Color convert

RGB 20 104 172 -
CMYK 0.88 0.40 0 0.33
HSL 206.84º 0.79% 0.38% -
HSV(B) 206.84º 0.88% 0.67% -
XYZ 12.69 13.03 40.88 -
YUV 86.64 176.17 80.47 -
System Red Green Blue C M Y K H S L
Decimal 20 104 172 0.88 0.40 0 0.33 206.84 0.79 0.38
Hex 14 68 AC 58 28 0 21 CF 4F 26
Octal 24 150 254 130 50 0 41 317 117 46
Binary 10100 1101000 10101100 1011000 101000 0 100001 11001111 1001111 100110

Color Harmonies of #1468AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1468AC

Black with #1468AC

Text Example


Text Example

White with #1468AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1468AC; }

 p { color: rgb(20,104,172); }

 H1.HeaderClassName
 {
   color: #1468AC;
 }
 .AnyTagClassName
 {
   color: #1468AC;
 }
</style>

background-color css

<style>
 a { background-color: #1468AC; }

 a { background-color: rgb(20,104,172); }

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

border-color css

<style>
 span { border-color: #1468AC; }

 span { border-color: rgb(20,104,172); }

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