Html Css Color HEX #147CDF Navy Blue

📋 copy color: '#147CDF'

red 20 ◦ green 124 ◦ blue 223

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

Shades of Navy Blue #147CDF

Tints of Navy Blue #147CDF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.79%

 BLUE value IS 223 (87.5% from 255) = 60.76%

R = 5.45%
G = 33.79%
B = 60.76%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#147CDF (or 0x147CDF) is known color: Navy Blue. HEX triplet: 14, 7C and DF. RGB value is (20,124,223). Sum of RGB (Red+Green+Blue) = 20+124+223=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #147CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147CDF is #EB8320. Grayscale: #676767. Windows color (decimal): -15434529 or 14646292. OLE color: 14646292.

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

Color convert

RGB 20 124 223 -
CMYK 0.91 0.44 0 0.13
HSL 209.26º 0.84% 0.48% -
HSV(B) 209.26º 0.91% 0.87% -
XYZ 20.82 19.89 72.55 -
YUV 104.19 195.04 67.95 -
System Red Green Blue C M Y K H S L
Decimal 20 124 223 0.91 0.44 0 0.13 209.26 0.84 0.48
Hex 14 7C DF 5B 2C 0 D D1 54 30
Octal 24 174 337 133 54 0 15 321 124 60
Binary 10100 1111100 11011111 1011011 101100 0 1101 11010001 1010100 110000

Color Harmonies of #147CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147CDF

Black with #147CDF

Text Example


Text Example

White with #147CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,124,223); }

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

background-color css

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

 a { background-color: rgb(20,124,223); }

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

border-color css

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

 span { border-color: rgb(20,124,223); }

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