Html Css Color HEX #044ACF Navy Blue

📋 copy color: '#044ACF'

red 4 ◦ green 74 ◦ blue 207

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

Shades of Navy Blue #044ACF

Tints of Navy Blue #044ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.96%

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

R = 1.4%
G = 25.96%
B = 72.63%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#044ACF (or 0x044ACF) is known color: Navy Blue. HEX triplet: 04, 4A and CF. RGB value is (4,74,207). Sum of RGB (Red+Green+Blue) = 4+74+207=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #044ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044ACF is #FBB530. Grayscale: #434343. Windows color (decimal): -16495921 or 13584900. OLE color: 13584900.

HSL color Cylindrical-coordinate representation of color #044ACF: hue angle of 219.31º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044ACF is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 74 207 -
CMYK 0.98 0.64 0 0.19
HSL 219.31º 0.96% 0.41% -
HSV(B) 219.31º 0.98% 0.81% -
XYZ 13.76 9.43 60.13 -
YUV 68.23 206.31 82.19 -
System Red Green Blue C M Y K H S L
Decimal 4 74 207 0.98 0.64 0 0.19 219.31 0.96 0.41
Hex 4 4A CF 62 40 0 13 DB 60 29
Octal 4 112 317 142 100 0 23 333 140 51
Binary 100 1001010 11001111 1100010 1000000 0 10011 11011011 1100000 101001

Color Harmonies of #044ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044ACF

Black with #044ACF

Text Example


Text Example

White with #044ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044ACF; }

 p { color: rgb(4,74,207); }

 H1.HeaderClassName
 {
   color: #044ACF;
 }
 .AnyTagClassName
 {
   color: #044ACF;
 }
</style>

background-color css

<style>
 a { background-color: #044ACF; }

 a { background-color: rgb(4,74,207); }

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

border-color css

<style>
 span { border-color: #044ACF; }

 span { border-color: rgb(4,74,207); }

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