Html Css Color HEX #147CCF Navy Blue

📋 copy color: '#147CCF'

red 20 ◦ green 124 ◦ blue 207

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

Shades of Navy Blue #147CCF

Tints of Navy Blue #147CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.97%

R = 5.7%
G = 35.33%
B = 58.97%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#147CCF (or 0x147CCF) is known color: Navy Blue. HEX triplet: 14, 7C and CF. RGB value is (20,124,207). Sum of RGB (Red+Green+Blue) = 20+124+207=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #147CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147CCF is #EB8330. Grayscale: #656565. Windows color (decimal): -15434545 or 13597716. OLE color: 13597716.

HSL color Cylindrical-coordinate representation of color #147CCF: hue angle of 206.63º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147CCF is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 124 207 -
CMYK 0.90 0.40 0 0.19
HSL 206.63º 0.82% 0.45% -
HSV(B) 206.63º 0.9% 0.81% -
XYZ 18.76 19.07 61.72 -
YUV 102.37 187.04 69.25 -
System Red Green Blue C M Y K H S L
Decimal 20 124 207 0.90 0.40 0 0.19 206.63 0.82 0.45
Hex 14 7C CF 5A 28 0 13 CF 52 2D
Octal 24 174 317 132 50 0 23 317 122 55
Binary 10100 1111100 11001111 1011010 101000 0 10011 11001111 1010010 101101

Color Harmonies of #147CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147CCF

Black with #147CCF

Text Example


Text Example

White with #147CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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