Html Css Color HEX #147ADA Navy Blue

📋 copy color: '#147ADA'

red 20 ◦ green 122 ◦ blue 218

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

Shades of Navy Blue #147ADA

Tints of Navy Blue #147ADA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.89%

 BLUE value IS 218 (85.55% from 255) = 60.56%

R = 5.56%
G = 33.89%
B = 60.56%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#147ADA (or 0x147ADA) is known color: Navy Blue. HEX triplet: 14, 7A and DA. RGB value is (20,122,218). Sum of RGB (Red+Green+Blue) = 20+122+218=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #147ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147ADA is #EB8525. Grayscale: #656565. Windows color (decimal): -15435046 or 14318100. OLE color: 14318100.

HSL color Cylindrical-coordinate representation of color #147ADA: hue angle of 209.09º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147ADA is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 122 218 -
CMYK 0.91 0.44 0 0.15
HSL 209.09º 0.83% 0.47% -
HSV(B) 209.09º 0.91% 0.85% -
XYZ 19.9 19.13 68.97 -
YUV 102.45 193.21 69.19 -
System Red Green Blue C M Y K H S L
Decimal 20 122 218 0.91 0.44 0 0.15 209.09 0.83 0.47
Hex 14 7A DA 5B 2C 0 F D1 53 2F
Octal 24 172 332 133 54 0 17 321 123 57
Binary 10100 1111010 11011010 1011011 101100 0 1111 11010001 1010011 101111

Color Harmonies of #147ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147ADA

Black with #147ADA

Text Example


Text Example

White with #147ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147ADA; }

 p { color: rgb(20,122,218); }

 H1.HeaderClassName
 {
   color: #147ADA;
 }
 .AnyTagClassName
 {
   color: #147ADA;
 }
</style>

background-color css

<style>
 a { background-color: #147ADA; }

 a { background-color: rgb(20,122,218); }

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

border-color css

<style>
 span { border-color: #147ADA; }

 span { border-color: rgb(20,122,218); }

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