Html Css Color HEX #147BC6 Navy Blue

📋 copy color: '#147BC6'

red 20 ◦ green 123 ◦ blue 198

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

Shades of Navy Blue #147BC6

Tints of Navy Blue #147BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 58.06%

R = 5.87%
G = 36.07%
B = 58.06%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#147BC6 (or 0x147BC6) is known color: Navy Blue. HEX triplet: 14, 7B and C6. RGB value is (20,123,198). Sum of RGB (Red+Green+Blue) = 20+123+198=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 198 (77.73% from 255 or 58.06% from 341); Max value from RGB is 198 - color contains mainly: blue. Hex color #147BC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147BC6 is #EB8439. Grayscale: #646464. Windows color (decimal): -15434810 or 13007636. OLE color: 13007636.

HSL color Cylindrical-coordinate representation of color #147BC6: hue angle of 205.28º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147BC6 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 123 198 -
CMYK 0.90 0.38 0 0.22
HSL 205.28º 0.82% 0.43% -
HSV(B) 205.28º 0.9% 0.78% -
XYZ 17.56 18.39 56.05 -
YUV 100.75 182.88 70.4 -
System Red Green Blue C M Y K H S L
Decimal 20 123 198 0.90 0.38 0 0.22 205.28 0.82 0.43
Hex 14 7B C6 5A 26 0 16 CD 52 2B
Octal 24 173 306 132 46 0 26 315 122 53
Binary 10100 1111011 11000110 1011010 100110 0 10110 11001101 1010010 101011

Color Harmonies of #147BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147BC6

Black with #147BC6

Text Example


Text Example

White with #147BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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