Html Css Color HEX #1468AF Denim

📋 copy color: '#1468AF'

red 20 ◦ green 104 ◦ blue 175

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

Shades of Denim #1468AF

Tints of Denim #1468AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 58.53%

R = 6.69%
G = 34.78%
B = 58.53%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1468AF (or 0x1468AF) is known color: Denim. HEX triplet: 14, 68 and AF. RGB value is (20,104,175). Sum of RGB (Red+Green+Blue) = 20+104+175=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #1468AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1468AF is #EB9750. Grayscale: #565656. Windows color (decimal): -15439697 or 11495444. OLE color: 11495444.

HSL color Cylindrical-coordinate representation of color #1468AF: hue angle of 207.48º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1468AF is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 104 175 -
CMYK 0.89 0.41 0 0.31
HSL 207.48º 0.79% 0.38% -
HSV(B) 207.48º 0.89% 0.69% -
XYZ 12.98 13.14 42.41 -
YUV 86.98 177.67 80.23 -
System Red Green Blue C M Y K H S L
Decimal 20 104 175 0.89 0.41 0 0.31 207.48 0.79 0.38
Hex 14 68 AF 59 29 0 1F CF 4F 26
Octal 24 150 257 131 51 0 37 317 117 46
Binary 10100 1101000 10101111 1011001 101001 0 11111 11001111 1001111 100110

Color Harmonies of #1468AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1468AF

Black with #1468AF

Text Example


Text Example

White with #1468AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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