Html Css Color HEX #0444DC Navy Blue

📋 copy color: '#0444DC'

red 4 ◦ green 68 ◦ blue 220

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

Shades of Navy Blue #0444DC

Tints of Navy Blue #0444DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 75.34%

R = 1.37%
G = 23.29%
B = 75.34%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0444DC (or 0x0444DC) is known color: Navy Blue. HEX triplet: 04, 44 and DC. RGB value is (4,68,220). Sum of RGB (Red+Green+Blue) = 4+68+220=292 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 220 (86.33% from 255 or 75.34% from 292); Max value from RGB is 220 - color contains mainly: blue. Hex color #0444DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0444DC is #FBBB23. Grayscale: #414141. Windows color (decimal): -16497444 or 14435332. OLE color: 14435332.

HSL color Cylindrical-coordinate representation of color #0444DC: hue angle of 222.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0444DC is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 68 220 -
CMYK 0.98 0.69 0 0.14
HSL 222.22º 0.96% 0.44% -
HSV(B) 222.22º 0.98% 0.86% -
XYZ 15.04 9.33 68.72 -
YUV 66.19 214.8 83.64 -
System Red Green Blue C M Y K H S L
Decimal 4 68 220 0.98 0.69 0 0.14 222.22 0.96 0.44
Hex 4 44 DC 62 45 0 E DE 60 2C
Octal 4 104 334 142 105 0 16 336 140 54
Binary 100 1000100 11011100 1100010 1000101 0 1110 11011110 1100000 101100

Color Harmonies of #0444DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0444DC

Black with #0444DC

Text Example


Text Example

White with #0444DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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