Html Css Color HEX #1468AB Denim

📋 copy color: '#1468AB'

red 20 ◦ green 104 ◦ blue 171

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

Shades of Denim #1468AB

Tints of Denim #1468AB

RGB

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

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

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

R = 6.78%
G = 35.25%
B = 57.97%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1468AB (or 0x1468AB) is known color: Denim. HEX triplet: 14, 68 and AB. RGB value is (20,104,171). Sum of RGB (Red+Green+Blue) = 20+104+171=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #1468AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1468AB is #EB9754. Grayscale: #565656. Windows color (decimal): -15439701 or 11233300. OLE color: 11233300.

HSL color Cylindrical-coordinate representation of color #1468AB: hue angle of 206.62º 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 #1468AB is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 104 171 -
CMYK 0.88 0.39 0 0.33
HSL 206.62º 0.79% 0.37% -
HSV(B) 206.62º 0.88% 0.67% -
XYZ 12.59 12.99 40.37 -
YUV 86.52 175.67 80.55 -
System Red Green Blue C M Y K H S L
Decimal 20 104 171 0.88 0.39 0 0.33 206.62 0.79 0.37
Hex 14 68 AB 58 27 0 21 CF 4F 25
Octal 24 150 253 130 47 0 41 317 117 45
Binary 10100 1101000 10101011 1011000 100111 0 100001 11001111 1001111 100101

Color Harmonies of #1468AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1468AB

Black with #1468AB

Text Example


Text Example

White with #1468AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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