Html Css Color HEX #147EDF Navy Blue

📋 copy color: '#147EDF'

red 20 ◦ green 126 ◦ blue 223

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

Shades of Navy Blue #147EDF

Tints of Navy Blue #147EDF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.15%

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

R = 5.42%
G = 34.15%
B = 60.43%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#147EDF (or 0x147EDF) is known color: Navy Blue. HEX triplet: 14, 7E and DF. RGB value is (20,126,223). Sum of RGB (Red+Green+Blue) = 20+126+223=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #147EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147EDF is #EB8120. Grayscale: #686868. Windows color (decimal): -15434017 or 14646804. OLE color: 14646804.

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

Color convert

RGB 20 126 223 -
CMYK 0.91 0.43 0 0.13
HSL 208.67º 0.84% 0.48% -
HSV(B) 208.67º 0.91% 0.87% -
XYZ 21.07 20.4 72.64 -
YUV 105.36 194.38 67.11 -
System Red Green Blue C M Y K H S L
Decimal 20 126 223 0.91 0.43 0 0.13 208.67 0.84 0.48
Hex 14 7E DF 5B 2B 0 D D1 54 30
Octal 24 176 337 133 53 0 15 321 124 60
Binary 10100 1111110 11011111 1011011 101011 0 1101 11010001 1010100 110000

Color Harmonies of #147EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147EDF

Black with #147EDF

Text Example


Text Example

White with #147EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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