Html Css Color HEX #1470BA Denim

📋 copy color: '#1470BA'

red 20 ◦ green 112 ◦ blue 186

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

Shades of Denim #1470BA

Tints of Denim #1470BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.49%

R = 6.29%
G = 35.22%
B = 58.49%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1470BA (or 0x1470BA) is known color: Denim. HEX triplet: 14, 70 and BA. RGB value is (20,112,186). Sum of RGB (Red+Green+Blue) = 20+112+186=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #1470BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1470BA is #EB8F45. Grayscale: #5C5C5C. Windows color (decimal): -15437638 or 12218388. OLE color: 12218388.

HSL color Cylindrical-coordinate representation of color #1470BA: hue angle of 206.75º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1470BA is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 112 186 -
CMYK 0.89 0.40 0 0.27
HSL 206.75º 0.81% 0.4% -
HSV(B) 206.75º 0.89% 0.73% -
XYZ 14.95 15.28 48.62 -
YUV 92.93 180.52 75.98 -
System Red Green Blue C M Y K H S L
Decimal 20 112 186 0.89 0.40 0 0.27 206.75 0.81 0.4
Hex 14 70 BA 59 28 0 1B CF 51 28
Octal 24 160 272 131 50 0 33 317 121 50
Binary 10100 1110000 10111010 1011001 101000 0 11011 11001111 1010001 101000

Color Harmonies of #1470BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1470BA

Black with #1470BA

Text Example


Text Example

White with #1470BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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