Html Css Color HEX #147BE0 Navy Blue

📋 copy color: '#147BE0'

red 20 ◦ green 123 ◦ blue 224

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

Shades of Navy Blue #147BE0

Tints of Navy Blue #147BE0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.51%

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

R = 5.45%
G = 33.51%
B = 61.04%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#147BE0 (or 0x147BE0) is known color: Navy Blue. HEX triplet: 14, 7B and E0. RGB value is (20,123,224). Sum of RGB (Red+Green+Blue) = 20+123+224=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 224 (87.89% from 255 or 61.04% from 367); Max value from RGB is 224 - color contains mainly: blue. Hex color #147BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147BE0 is #EB841F. Grayscale: #676767. Windows color (decimal): -15434784 or 14711572. OLE color: 14711572.

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

Color convert

RGB 20 123 224 -
CMYK 0.91 0.45 0 0.12
HSL 209.71º 0.84% 0.48% -
HSV(B) 209.71º 0.91% 0.88% -
XYZ 20.83 19.7 73.23 -
YUV 103.72 195.88 68.29 -
System Red Green Blue C M Y K H S L
Decimal 20 123 224 0.91 0.45 0 0.12 209.71 0.84 0.48
Hex 14 7B E0 5B 2D 0 C D2 54 30
Octal 24 173 340 133 55 0 14 322 124 60
Binary 10100 1111011 11100000 1011011 101101 0 1100 11010010 1010100 110000

Color Harmonies of #147BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147BE0

Black with #147BE0

Text Example


Text Example

White with #147BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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