Html Css Color HEX #0444DD Navy Blue

📋 copy color: '#0444DD'

red 4 ◦ green 68 ◦ blue 221

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

Shades of Navy Blue #0444DD

Tints of Navy Blue #0444DD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.21%

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

R = 1.37%
G = 23.21%
B = 75.43%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0444DD (or 0x0444DD) is known color: Navy Blue. HEX triplet: 04, 44 and DD. RGB value is (4,68,221). Sum of RGB (Red+Green+Blue) = 4+68+221=293 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 221 (86.72% from 255 or 75.43% from 293); Max value from RGB is 221 - color contains mainly: blue. Hex color #0444DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0444DD is #FBBB22. Grayscale: #414141. Windows color (decimal): -16497443 or 14500868. OLE color: 14500868.

HSL color Cylindrical-coordinate representation of color #0444DD: hue angle of 222.3º 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 #0444DD is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 68 221 -
CMYK 0.98 0.69 0 0.13
HSL 222.3º 0.96% 0.44% -
HSV(B) 222.3º 0.98% 0.87% -
XYZ 15.17 9.38 69.42 -
YUV 66.31 215.3 83.56 -
System Red Green Blue C M Y K H S L
Decimal 4 68 221 0.98 0.69 0 0.13 222.3 0.96 0.44
Hex 4 44 DD 62 45 0 D DE 60 2C
Octal 4 104 335 142 105 0 15 336 140 54
Binary 100 1000100 11011101 1100010 1000101 0 1101 11011110 1100000 101100

Color Harmonies of #0444DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0444DD

Black with #0444DD

Text Example


Text Example

White with #0444DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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