Html Css Color HEX #147FDB Navy Blue

📋 copy color: '#147FDB'

red 20 ◦ green 127 ◦ blue 219

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

Shades of Navy Blue #147FDB

Tints of Navy Blue #147FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.84%

R = 5.46%
G = 34.7%
B = 59.84%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#147FDB (or 0x147FDB) is known color: Navy Blue. HEX triplet: 14, 7F and DB. RGB value is (20,127,219). Sum of RGB (Red+Green+Blue) = 20+127+219=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #147FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147FDB is #EB8024. Grayscale: #696969. Windows color (decimal): -15433765 or 14384916. OLE color: 14384916.

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

Color convert

RGB 20 127 219 -
CMYK 0.91 0.42 0 0.14
HSL 207.74º 0.83% 0.47% -
HSV(B) 207.74º 0.91% 0.86% -
XYZ 20.66 20.44 69.87 -
YUV 105.5 192.05 67.02 -
System Red Green Blue C M Y K H S L
Decimal 20 127 219 0.91 0.42 0 0.14 207.74 0.83 0.47
Hex 14 7F DB 5B 2A 0 E D0 53 2F
Octal 24 177 333 133 52 0 16 320 123 57
Binary 10100 1111111 11011011 1011011 101010 0 1110 11010000 1010011 101111

Color Harmonies of #147FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147FDB

Black with #147FDB

Text Example


Text Example

White with #147FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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