Html Css Color HEX #147ADE Navy Blue

📋 copy color: '#147ADE'

red 20 ◦ green 122 ◦ blue 222

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

Shades of Navy Blue #147ADE

Tints of Navy Blue #147ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.99%

R = 5.49%
G = 33.52%
B = 60.99%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#147ADE (or 0x147ADE) is known color: Navy Blue. HEX triplet: 14, 7A and DE. RGB value is (20,122,222). Sum of RGB (Red+Green+Blue) = 20+122+222=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 222 (87.11% from 255 or 60.99% from 364); Max value from RGB is 222 - color contains mainly: blue. Hex color #147ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147ADE is #EB8521. Grayscale: #666666. Windows color (decimal): -15435042 or 14580244. OLE color: 14580244.

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

Color convert

RGB 20 122 222 -
CMYK 0.91 0.45 0 0.13
HSL 209.7º 0.83% 0.47% -
HSV(B) 209.7º 0.91% 0.87% -
XYZ 20.43 19.34 71.76 -
YUV 102.9 195.21 68.87 -
System Red Green Blue C M Y K H S L
Decimal 20 122 222 0.91 0.45 0 0.13 209.7 0.83 0.47
Hex 14 7A DE 5B 2D 0 D D2 53 2F
Octal 24 172 336 133 55 0 15 322 123 57
Binary 10100 1111010 11011110 1011011 101101 0 1101 11010010 1010011 101111

Color Harmonies of #147ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147ADE

Black with #147ADE

Text Example


Text Example

White with #147ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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