Html Css Color HEX #147BDF Navy Blue

📋 copy color: '#147BDF'

red 20 ◦ green 123 ◦ blue 223

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

Shades of Navy Blue #147BDF

Tints of Navy Blue #147BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.93%

R = 5.46%
G = 33.61%
B = 60.93%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#147BDF (or 0x147BDF) is known color: Navy Blue. HEX triplet: 14, 7B and DF. RGB value is (20,123,223). Sum of RGB (Red+Green+Blue) = 20+123+223=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #147BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147BDF is #EB8420. Grayscale: #676767. Windows color (decimal): -15434785 or 14646036. OLE color: 14646036.

HSL color Cylindrical-coordinate representation of color #147BDF: hue angle of 209.56º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147BDF is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 123 223 -
CMYK 0.91 0.45 0 0.13
HSL 209.56º 0.84% 0.48% -
HSV(B) 209.56º 0.91% 0.87% -
XYZ 20.69 19.64 72.51 -
YUV 103.6 195.38 68.37 -
System Red Green Blue C M Y K H S L
Decimal 20 123 223 0.91 0.45 0 0.13 209.56 0.84 0.48
Hex 14 7B DF 5B 2D 0 D D2 54 30
Octal 24 173 337 133 55 0 15 322 124 60
Binary 10100 1111011 11011111 1011011 101101 0 1101 11010010 1010100 110000

Color Harmonies of #147BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147BDF

Black with #147BDF

Text Example


Text Example

White with #147BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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