Html Css Color HEX #147FDA Navy Blue

📋 copy color: '#147FDA'

red 20 ◦ green 127 ◦ blue 218

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

Shades of Navy Blue #147FDA

Tints of Navy Blue #147FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 34.79%

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

R = 5.48%
G = 34.79%
B = 59.73%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#147FDA (or 0x147FDA) is known color: Navy Blue. HEX triplet: 14, 7F and DA. RGB value is (20,127,218). Sum of RGB (Red+Green+Blue) = 20+127+218=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #147FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147FDA is #EB8025. Grayscale: #686868. Windows color (decimal): -15433766 or 14319380. OLE color: 14319380.

HSL color Cylindrical-coordinate representation of color #147FDA: hue angle of 207.58º 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 #147FDA is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 127 218 -
CMYK 0.91 0.42 0 0.15
HSL 207.58º 0.83% 0.47% -
HSV(B) 207.58º 0.91% 0.85% -
XYZ 20.53 20.39 69.18 -
YUV 105.38 191.55 67.1 -
System Red Green Blue C M Y K H S L
Decimal 20 127 218 0.91 0.42 0 0.15 207.58 0.83 0.47
Hex 14 7F DA 5B 2A 0 F D0 53 2F
Octal 24 177 332 133 52 0 17 320 123 57
Binary 10100 1111111 11011010 1011011 101010 0 1111 11010000 1010011 101111

Color Harmonies of #147FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147FDA

Black with #147FDA

Text Example


Text Example

White with #147FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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