Html Css Color HEX #044CED Navy Blue

📋 copy color: '#044CED'

red 4 ◦ green 76 ◦ blue 237

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

Shades of Navy Blue #044CED

Tints of Navy Blue #044CED

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.97%

 BLUE value IS 237 (92.97% from 255) = 74.76%

R = 1.26%
G = 23.97%
B = 74.76%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#044CED (or 0x044CED) is known color: Navy Blue. HEX triplet: 04, 4C and ED. RGB value is (4,76,237). Sum of RGB (Red+Green+Blue) = 4+76+237=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 237 (92.97% from 255 or 74.76% from 317); Max value from RGB is 237 - color contains mainly: blue. Hex color #044CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044CED is #FBB312. Grayscale: #484848. Windows color (decimal): -16495379 or 15551492. OLE color: 15551492.

HSL color Cylindrical-coordinate representation of color #044CED: hue angle of 221.46º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044CED is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 76 237 -
CMYK 0.98 0.68 0 0.07
HSL 221.46º 0.97% 0.47% -
HSV(B) 221.46º 0.98% 0.93% -
XYZ 17.92 11.31 81.36 -
YUV 72.83 220.65 78.91 -
System Red Green Blue C M Y K H S L
Decimal 4 76 237 0.98 0.68 0 0.07 221.46 0.97 0.47
Hex 4 4C ED 62 44 0 7 DD 61 2F
Octal 4 114 355 142 104 0 7 335 141 57
Binary 100 1001100 11101101 1100010 1000100 0 111 11011101 1100001 101111

Color Harmonies of #044CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CED

Black with #044CED

Text Example


Text Example

White with #044CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,76,237); }

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

background-color css

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

 a { background-color: rgb(4,76,237); }

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

border-color css

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

 span { border-color: rgb(4,76,237); }

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