Html Css Color HEX #147DCD Navy Blue

📋 copy color: '#147DCD'

red 20 ◦ green 125 ◦ blue 205

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

Shades of Navy Blue #147DCD

Tints of Navy Blue #147DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.57%

R = 5.71%
G = 35.71%
B = 58.57%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#147DCD (or 0x147DCD) is known color: Navy Blue. HEX triplet: 14, 7D and CD. RGB value is (20,125,205). Sum of RGB (Red+Green+Blue) = 20+125+205=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #147DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DCD is #EB8232. Grayscale: #666666. Windows color (decimal): -15434291 or 13466900. OLE color: 13466900.

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

Color convert

RGB 20 125 205 -
CMYK 0.90 0.39 0 0.20
HSL 205.95º 0.82% 0.44% -
HSV(B) 205.95º 0.9% 0.8% -
XYZ 18.64 19.22 60.49 -
YUV 102.73 185.71 69 -
System Red Green Blue C M Y K H S L
Decimal 20 125 205 0.90 0.39 0 0.20 205.95 0.82 0.44
Hex 14 7D CD 5A 27 0 14 CE 52 2C
Octal 24 175 315 132 47 0 24 316 122 54
Binary 10100 1111101 11001101 1011010 100111 0 10100 11001110 1010010 101100

Color Harmonies of #147DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147DCD

Black with #147DCD

Text Example


Text Example

White with #147DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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