Html Css Color HEX #147DC6 Navy Blue

📋 copy color: '#147DC6'

red 20 ◦ green 125 ◦ blue 198

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

Shades of Navy Blue #147DC6

Tints of Navy Blue #147DC6

RGB

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

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

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

R = 5.83%
G = 36.44%
B = 57.73%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#147DC6 (or 0x147DC6) is known color: Navy Blue. HEX triplet: 14, 7D and C6. RGB value is (20,125,198). Sum of RGB (Red+Green+Blue) = 20+125+198=343 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.83% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 198 (77.73% from 255 or 57.73% from 343); Max value from RGB is 198 - color contains mainly: blue. Hex color #147DC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DC6 is #EB8239. Grayscale: #656565. Windows color (decimal): -15434298 or 13008148. OLE color: 13008148.

HSL color Cylindrical-coordinate representation of color #147DC6: hue angle of 204.61º 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 #147DC6 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 125 198 -
CMYK 0.90 0.37 0 0.22
HSL 204.61º 0.82% 0.43% -
HSV(B) 204.61º 0.9% 0.78% -
XYZ 17.82 18.89 56.13 -
YUV 101.93 182.21 69.56 -
System Red Green Blue C M Y K H S L
Decimal 20 125 198 0.90 0.37 0 0.22 204.61 0.82 0.43
Hex 14 7D C6 5A 25 0 16 CD 52 2B
Octal 24 175 306 132 45 0 26 315 122 53
Binary 10100 1111101 11000110 1011010 100101 0 10110 11001101 1010010 101011

Color Harmonies of #147DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147DC6

Black with #147DC6

Text Example


Text Example

White with #147DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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