Html Css Color HEX #0449DD Navy Blue

📋 copy color: '#0449DD'

red 4 ◦ green 73 ◦ blue 221

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

Shades of Navy Blue #0449DD

Tints of Navy Blue #0449DD

RGB

 RED value IS 4 (1.95% from 255) = 1.34%

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

 BLUE value IS 221 (86.72% from 255) = 74.16%

R = 1.34%
G = 24.5%
B = 74.16%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0449DD (or 0x0449DD) is known color: Navy Blue. HEX triplet: 04, 49 and DD. RGB value is (4,73,221). Sum of RGB (Red+Green+Blue) = 4+73+221=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #0449DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0449DD is #FBB622. Grayscale: #444444. Windows color (decimal): -16496163 or 14502148. OLE color: 14502148.

HSL color Cylindrical-coordinate representation of color #0449DD: hue angle of 220.92º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0449DD is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 73 221 -
CMYK 0.98 0.67 0 0.13
HSL 220.92º 0.96% 0.44% -
HSV(B) 220.92º 0.98% 0.87% -
XYZ 15.48 10.01 69.52 -
YUV 69.24 213.64 81.47 -
System Red Green Blue C M Y K H S L
Decimal 4 73 221 0.98 0.67 0 0.13 220.92 0.96 0.44
Hex 4 49 DD 62 43 0 D DD 60 2C
Octal 4 111 335 142 103 0 15 335 140 54
Binary 100 1001001 11011101 1100010 1000011 0 1101 11011101 1100000 101100

Color Harmonies of #0449DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0449DD

Black with #0449DD

Text Example


Text Example

White with #0449DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0449DD; }

 p { color: rgb(4,73,221); }

 H1.HeaderClassName
 {
   color: #0449DD;
 }
 .AnyTagClassName
 {
   color: #0449DD;
 }
</style>

background-color css

<style>
 a { background-color: #0449DD; }

 a { background-color: rgb(4,73,221); }

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

border-color css

<style>
 span { border-color: #0449DD; }

 span { border-color: rgb(4,73,221); }

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