Html Css Color HEX #1470AF Denim

📋 copy color: '#1470AF'

red 20 ◦ green 112 ◦ blue 175

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

Shades of Denim #1470AF

Tints of Denim #1470AF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.48%

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

R = 6.51%
G = 36.48%
B = 57%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1470AF (or 0x1470AF) is known color: Denim. HEX triplet: 14, 70 and AF. RGB value is (20,112,175). Sum of RGB (Red+Green+Blue) = 20+112+175=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #1470AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1470AF is #EB8F50. Grayscale: #5B5B5B. Windows color (decimal): -15437649 or 11497492. OLE color: 11497492.

HSL color Cylindrical-coordinate representation of color #1470AF: hue angle of 204.39º 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 #1470AF is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 112 175 -
CMYK 0.89 0.36 0 0.31
HSL 204.39º 0.79% 0.38% -
HSV(B) 204.39º 0.89% 0.69% -
XYZ 13.82 14.83 42.69 -
YUV 91.67 175.02 76.88 -
System Red Green Blue C M Y K H S L
Decimal 20 112 175 0.89 0.36 0 0.31 204.39 0.79 0.38
Hex 14 70 AF 59 24 0 1F CC 4F 26
Octal 24 160 257 131 44 0 37 314 117 46
Binary 10100 1110000 10101111 1011001 100100 0 11111 11001100 1001111 100110

Color Harmonies of #1470AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1470AF

Black with #1470AF

Text Example


Text Example

White with #1470AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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