Html Css Color HEX #147DE0 Navy Blue

📋 copy color: '#147DE0'

red 20 ◦ green 125 ◦ blue 224

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

Shades of Navy Blue #147DE0

Tints of Navy Blue #147DE0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.88%

 BLUE value IS 224 (87.89% from 255) = 60.7%

R = 5.42%
G = 33.88%
B = 60.7%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#147DE0 (or 0x147DE0) is known color: Navy Blue. HEX triplet: 14, 7D and E0. RGB value is (20,125,224). Sum of RGB (Red+Green+Blue) = 20+125+224=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 224 (87.89% from 255 or 60.70% from 369); Max value from RGB is 224 - color contains mainly: blue. Hex color #147DE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DE0 is #EB821F. Grayscale: #686868. Windows color (decimal): -15434272 or 14712084. OLE color: 14712084.

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

Color convert

RGB 20 125 224 -
CMYK 0.91 0.44 0 0.12
HSL 209.12º 0.84% 0.48% -
HSV(B) 209.12º 0.91% 0.88% -
XYZ 21.08 20.2 73.31 -
YUV 104.89 195.21 67.45 -
System Red Green Blue C M Y K H S L
Decimal 20 125 224 0.91 0.44 0 0.12 209.12 0.84 0.48
Hex 14 7D E0 5B 2C 0 C D1 54 30
Octal 24 175 340 133 54 0 14 321 124 60
Binary 10100 1111101 11100000 1011011 101100 0 1100 11010001 1010100 110000

Color Harmonies of #147DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147DE0

Black with #147DE0

Text Example


Text Example

White with #147DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,125,224); }

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

background-color css

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

 a { background-color: rgb(20,125,224); }

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

border-color css

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

 span { border-color: rgb(20,125,224); }

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