Html Css Color HEX #147DD0 Navy Blue

📋 copy color: '#147DD0'

red 20 ◦ green 125 ◦ blue 208

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

Shades of Navy Blue #147DD0

Tints of Navy Blue #147DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 58.92%

R = 5.67%
G = 35.41%
B = 58.92%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#147DD0 (or 0x147DD0) is known color: Navy Blue. HEX triplet: 14, 7D and D0. RGB value is (20,125,208). Sum of RGB (Red+Green+Blue) = 20+125+208=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 208 (81.64% from 255 or 58.92% from 353); Max value from RGB is 208 - color contains mainly: blue. Hex color #147DD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DD0 is #EB822F. Grayscale: #666666. Windows color (decimal): -15434288 or 13663508. OLE color: 13663508.

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

Color convert

RGB 20 125 208 -
CMYK 0.90 0.40 0 0.18
HSL 206.49º 0.82% 0.45% -
HSV(B) 206.49º 0.9% 0.82% -
XYZ 19.01 19.37 62.41 -
YUV 103.07 187.21 68.75 -
System Red Green Blue C M Y K H S L
Decimal 20 125 208 0.90 0.40 0 0.18 206.49 0.82 0.45
Hex 14 7D D0 5A 28 0 12 CE 52 2D
Octal 24 175 320 132 50 0 22 316 122 55
Binary 10100 1111101 11010000 1011010 101000 0 10010 11001110 1010010 101101

Color Harmonies of #147DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147DD0

Black with #147DD0

Text Example


Text Example

White with #147DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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