Html Css Color HEX #147DCB Navy Blue

📋 copy color: '#147DCB'

red 20 ◦ green 125 ◦ blue 203

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

Shades of Navy Blue #147DCB

Tints of Navy Blue #147DCB

RGB

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

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

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

R = 5.75%
G = 35.92%
B = 58.33%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#147DCB (or 0x147DCB) is known color: Navy Blue. HEX triplet: 14, 7D and CB. RGB value is (20,125,203). Sum of RGB (Red+Green+Blue) = 20+125+203=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #147DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DCB is #EB8234. Grayscale: #666666. Windows color (decimal): -15434293 or 13335828. OLE color: 13335828.

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

Color convert

RGB 20 125 203 -
CMYK 0.90 0.38 0 0.20
HSL 205.57º 0.82% 0.44% -
HSV(B) 205.57º 0.9% 0.8% -
XYZ 18.4 19.13 59.22 -
YUV 102.5 184.71 69.16 -
System Red Green Blue C M Y K H S L
Decimal 20 125 203 0.90 0.38 0 0.20 205.57 0.82 0.44
Hex 14 7D CB 5A 26 0 14 CE 52 2C
Octal 24 175 313 132 46 0 24 316 122 54
Binary 10100 1111101 11001011 1011010 100110 0 10100 11001110 1010010 101100

Color Harmonies of #147DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147DCB

Black with #147DCB

Text Example


Text Example

White with #147DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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