Html Css Color HEX #044BCF Navy Blue

📋 copy color: '#044BCF'

red 4 ◦ green 75 ◦ blue 207

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

Shades of Navy Blue #044BCF

Tints of Navy Blue #044BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.22%

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

R = 1.4%
G = 26.22%
B = 72.38%

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

#044BCF (or 0x044BCF) is known color: Navy Blue. HEX triplet: 04, 4B and CF. RGB value is (4,75,207). Sum of RGB (Red+Green+Blue) = 4+75+207=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 207 (81.25% from 255 or 72.38% from 286); Max value from RGB is 207 - color contains mainly: blue. Hex color #044BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044BCF is #FBB430. Grayscale: #444444. Windows color (decimal): -16495665 or 13585156. OLE color: 13585156.

HSL color Cylindrical-coordinate representation of color #044BCF: hue angle of 219.01º 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 #044BCF is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 75 207 -
CMYK 0.98 0.64 0 0.19
HSL 219.01º 0.96% 0.41% -
HSV(B) 219.01º 0.98% 0.81% -
XYZ 13.83 9.56 60.15 -
YUV 68.82 205.98 81.77 -
System Red Green Blue C M Y K H S L
Decimal 4 75 207 0.98 0.64 0 0.19 219.01 0.96 0.41
Hex 4 4B CF 62 40 0 13 DB 60 29
Octal 4 113 317 142 100 0 23 333 140 51
Binary 100 1001011 11001111 1100010 1000000 0 10011 11011011 1100000 101001

Color Harmonies of #044BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044BCF

Black with #044BCF

Text Example


Text Example

White with #044BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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