Html Css Color HEX #0049CF Navy Blue

📋 copy color: '#0049CF'

red 0 ◦ green 73 ◦ blue 207

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

Shades of Navy Blue #0049CF

Tints of Navy Blue #0049CF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 73 (28.91% from 255) = 26.07%

 BLUE value IS 207 (81.25% from 255) = 73.93%

R = 0%
G = 26.07%
B = 73.93%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0049CF (or 0x0049CF) is known color: Navy Blue. HEX triplet: 00, 49 and CF. RGB value is (0,73,207). Sum of RGB (Red+Green+Blue) = 0+73+207=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 207 (81.25% from 255 or 73.93% from 280); Max value from RGB is 207 - color contains mainly: blue. Hex color #0049CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0049CF is #FFB630. Grayscale: #414141. Windows color (decimal): -16758321 or 13584640. OLE color: 13584640.

HSL color Cylindrical-coordinate representation of color #0049CF: hue angle of 218.84º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0049CF is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 73 207 -
CMYK 1 0.65 0 0.19
HSL 218.84º 1% 0.41% -
HSV(B) 218.84º 1% 0.81% -
XYZ 13.65 9.27 60.1 -
YUV 66.45 207.32 80.6 -
System Red Green Blue C M Y K H S L
Decimal 0 73 207 1 0.65 0 0.19 218.84 1 0.41
Hex 0 49 CF 64 41 0 13 DB 64 29
Octal 0 111 317 144 101 0 23 333 144 51
Binary 0 1001001 11001111 1100100 1000001 0 10011 11011011 1100100 101001

Color Harmonies of #0049CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0049CF

Black with #0049CF

Text Example


Text Example

White with #0049CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0049CF; }

 p { color: rgb(0,73,207); }

 H1.HeaderClassName
 {
   color: #0049CF;
 }
 .AnyTagClassName
 {
   color: #0049CF;
 }
</style>

background-color css

<style>
 a { background-color: #0049CF; }

 a { background-color: rgb(0,73,207); }

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

border-color css

<style>
 span { border-color: #0049CF; }

 span { border-color: rgb(0,73,207); }

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