Html Css Color HEX #0444DB Navy Blue

📋 copy color: '#0444DB'

red 4 ◦ green 68 ◦ blue 219

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

Shades of Navy Blue #0444DB

Tints of Navy Blue #0444DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 75.26%

R = 1.37%
G = 23.37%
B = 75.26%

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

#0444DB (or 0x0444DB) is known color: Navy Blue. HEX triplet: 04, 44 and DB. RGB value is (4,68,219). Sum of RGB (Red+Green+Blue) = 4+68+219=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 219 (85.94% from 255 or 75.26% from 291); Max value from RGB is 219 - color contains mainly: blue. Hex color #0444DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0444DB is #FBBB24. Grayscale: #414141. Windows color (decimal): -16497445 or 14369796. OLE color: 14369796.

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

Color convert

RGB 4 68 219 -
CMYK 0.98 0.69 0 0.14
HSL 222.14º 0.96% 0.44% -
HSV(B) 222.14º 0.98% 0.86% -
XYZ 14.9 9.27 68.02 -
YUV 66.08 214.3 83.72 -
System Red Green Blue C M Y K H S L
Decimal 4 68 219 0.98 0.69 0 0.14 222.14 0.96 0.44
Hex 4 44 DB 62 45 0 E DE 60 2C
Octal 4 104 333 142 105 0 16 336 140 54
Binary 100 1000100 11011011 1100010 1000101 0 1110 11011110 1100000 101100

Color Harmonies of #0444DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0444DB

Black with #0444DB

Text Example


Text Example

White with #0444DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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