Html Css Color HEX #044BCE Navy Blue

📋 copy color: '#044BCE'

red 4 ◦ green 75 ◦ blue 206

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

Shades of Navy Blue #044BCE

Tints of Navy Blue #044BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 72.28%

R = 1.4%
G = 26.32%
B = 72.28%

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

#044BCE (or 0x044BCE) is known color: Navy Blue. HEX triplet: 04, 4B and CE. RGB value is (4,75,206). Sum of RGB (Red+Green+Blue) = 4+75+206=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #044BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044BCE is #FBB431. Grayscale: #444444. Windows color (decimal): -16495666 or 13519620. OLE color: 13519620.

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

Color convert

RGB 4 75 206 -
CMYK 0.98 0.64 0 0.19
HSL 218.91º 0.96% 0.41% -
HSV(B) 218.91º 0.98% 0.81% -
XYZ 13.71 9.51 59.51 -
YUV 68.71 205.48 81.85 -
System Red Green Blue C M Y K H S L
Decimal 4 75 206 0.98 0.64 0 0.19 218.91 0.96 0.41
Hex 4 4B CE 62 40 0 13 DB 60 29
Octal 4 113 316 142 100 0 23 333 140 51
Binary 100 1001011 11001110 1100010 1000000 0 10011 11011011 1100000 101001

Color Harmonies of #044BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044BCE

Black with #044BCE

Text Example


Text Example

White with #044BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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