Html Css Color HEX #147BD0 Navy Blue

📋 copy color: '#147BD0'

red 20 ◦ green 123 ◦ blue 208

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

Shades of Navy Blue #147BD0

Tints of Navy Blue #147BD0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.04%

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

R = 5.7%
G = 35.04%
B = 59.26%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#147BD0 (or 0x147BD0) is known color: Navy Blue. HEX triplet: 14, 7B and D0. RGB value is (20,123,208). Sum of RGB (Red+Green+Blue) = 20+123+208=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 208 (81.64% from 255 or 59.26% from 351); Max value from RGB is 208 - color contains mainly: blue. Hex color #147BD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147BD0 is #EB842F. Grayscale: #656565. Windows color (decimal): -15434800 or 13662996. OLE color: 13662996.

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

Color convert

RGB 20 123 208 -
CMYK 0.90 0.41 0 0.18
HSL 207.13º 0.82% 0.45% -
HSV(B) 207.13º 0.9% 0.82% -
XYZ 18.76 18.87 62.33 -
YUV 101.89 187.88 69.59 -
System Red Green Blue C M Y K H S L
Decimal 20 123 208 0.90 0.41 0 0.18 207.13 0.82 0.45
Hex 14 7B D0 5A 29 0 12 CF 52 2D
Octal 24 173 320 132 51 0 22 317 122 55
Binary 10100 1111011 11010000 1011010 101001 0 10010 11001111 1010010 101101

Color Harmonies of #147BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147BD0

Black with #147BD0

Text Example


Text Example

White with #147BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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