Html Css Color HEX #147DD5 Navy Blue

📋 copy color: '#147DD5'

red 20 ◦ green 125 ◦ blue 213

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

Shades of Navy Blue #147DD5

Tints of Navy Blue #147DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 59.5%

R = 5.59%
G = 34.92%
B = 59.5%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#147DD5 (or 0x147DD5) is known color: Navy Blue. HEX triplet: 14, 7D and D5. RGB value is (20,125,213). Sum of RGB (Red+Green+Blue) = 20+125+213=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 213 (83.59% from 255 or 59.50% from 358); Max value from RGB is 213 - color contains mainly: blue. Hex color #147DD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DD5 is #EB822A. Grayscale: #676767. Windows color (decimal): -15434283 or 13991188. OLE color: 13991188.

HSL color Cylindrical-coordinate representation of color #147DD5: hue angle of 207.36º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147DD5 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 125 213 -
CMYK 0.91 0.41 0 0.16
HSL 207.36º 0.83% 0.46% -
HSV(B) 207.36º 0.91% 0.84% -
XYZ 19.63 19.62 65.7 -
YUV 103.64 189.71 68.34 -
System Red Green Blue C M Y K H S L
Decimal 20 125 213 0.91 0.41 0 0.16 207.36 0.83 0.46
Hex 14 7D D5 5B 29 0 10 CF 53 2E
Octal 24 175 325 133 51 0 20 317 123 56
Binary 10100 1111101 11010101 1011011 101001 0 10000 11001111 1010011 101110

Color Harmonies of #147DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147DD5

Black with #147DD5

Text Example


Text Example

White with #147DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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