Html Css Color HEX #147EDD Navy Blue

📋 copy color: '#147EDD'

red 20 ◦ green 126 ◦ blue 221

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

Shades of Navy Blue #147EDD

Tints of Navy Blue #147EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.22%

R = 5.45%
G = 34.33%
B = 60.22%

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

#147EDD (or 0x147EDD) is known color: Navy Blue. HEX triplet: 14, 7E and DD. RGB value is (20,126,221). Sum of RGB (Red+Green+Blue) = 20+126+221=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #147EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147EDD is #EB8122. Grayscale: #686868. Windows color (decimal): -15434019 or 14515732. OLE color: 14515732.

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

Color convert

RGB 20 126 221 -
CMYK 0.91 0.43 0 0.13
HSL 208.36º 0.83% 0.47% -
HSV(B) 208.36º 0.91% 0.87% -
XYZ 20.8 20.29 71.23 -
YUV 105.14 193.38 67.28 -
System Red Green Blue C M Y K H S L
Decimal 20 126 221 0.91 0.43 0 0.13 208.36 0.83 0.47
Hex 14 7E DD 5B 2B 0 D D0 53 2F
Octal 24 176 335 133 53 0 15 320 123 57
Binary 10100 1111110 11011101 1011011 101011 0 1101 11010000 1010011 101111

Color Harmonies of #147EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147EDD

Black with #147EDD

Text Example


Text Example

White with #147EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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