Html Css Color HEX #046EDD Navy Blue

📋 copy color: '#046EDD'

red 4 ◦ green 110 ◦ blue 221

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

Shades of Navy Blue #046EDD

Tints of Navy Blue #046EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.84%

 BLUE value IS 221 (86.72% from 255) = 65.97%

R = 1.19%
G = 32.84%
B = 65.97%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#046EDD (or 0x046EDD) is known color: Navy Blue. HEX triplet: 04, 6E and DD. RGB value is (4,110,221). Sum of RGB (Red+Green+Blue) = 4+110+221=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #046EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046EDD is #FB9122. Grayscale: #5A5A5A. Windows color (decimal): -16486691 or 14511620. OLE color: 14511620.

HSL color Cylindrical-coordinate representation of color #046EDD: hue angle of 210.69º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046EDD is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 110 221 -
CMYK 0.98 0.50 0 0.13
HSL 210.69º 0.96% 0.44% -
HSV(B) 210.69º 0.98% 0.87% -
XYZ 18.68 16.4 70.59 -
YUV 90.96 201.38 65.97 -
System Red Green Blue C M Y K H S L
Decimal 4 110 221 0.98 0.50 0 0.13 210.69 0.96 0.44
Hex 4 6E DD 62 32 0 D D3 60 2C
Octal 4 156 335 142 62 0 15 323 140 54
Binary 100 1101110 11011101 1100010 110010 0 1101 11010011 1100000 101100

Color Harmonies of #046EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046EDD

Black with #046EDD

Text Example


Text Example

White with #046EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046EDD; }

 p { color: rgb(4,110,221); }

 H1.HeaderClassName
 {
   color: #046EDD;
 }
 .AnyTagClassName
 {
   color: #046EDD;
 }
</style>

background-color css

<style>
 a { background-color: #046EDD; }

 a { background-color: rgb(4,110,221); }

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

border-color css

<style>
 span { border-color: #046EDD; }

 span { border-color: rgb(4,110,221); }

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