Html Css Color HEX #147FCB Navy Blue

📋 copy color: '#147FCB'

red 20 ◦ green 127 ◦ blue 203

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

Shades of Navy Blue #147FCB

Tints of Navy Blue #147FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 36.29%

 BLUE value IS 203 (79.69% from 255) = 58%

R = 5.71%
G = 36.29%
B = 58%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#147FCB (or 0x147FCB) is known color: Navy Blue. HEX triplet: 14, 7F and CB. RGB value is (20,127,203). Sum of RGB (Red+Green+Blue) = 20+127+203=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #147FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147FCB is #EB8034. Grayscale: #676767. Windows color (decimal): -15433781 or 13336340. OLE color: 13336340.

HSL color Cylindrical-coordinate representation of color #147FCB: hue angle of 204.92º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147FCB is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 127 203 -
CMYK 0.90 0.37 0 0.20
HSL 204.92º 0.82% 0.44% -
HSV(B) 204.92º 0.9% 0.8% -
XYZ 18.66 19.64 59.31 -
YUV 103.67 184.05 68.32 -
System Red Green Blue C M Y K H S L
Decimal 20 127 203 0.90 0.37 0 0.20 204.92 0.82 0.44
Hex 14 7F CB 5A 25 0 14 CD 52 2C
Octal 24 177 313 132 45 0 24 315 122 54
Binary 10100 1111111 11001011 1011010 100101 0 10100 11001101 1010010 101100

Color Harmonies of #147FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147FCB

Black with #147FCB

Text Example


Text Example

White with #147FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,127,203); }

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

background-color css

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

 a { background-color: rgb(20,127,203); }

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

border-color css

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

 span { border-color: rgb(20,127,203); }

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