Html Css Color HEX #046EDF Navy Blue

📋 copy color: '#046EDF'

red 4 ◦ green 110 ◦ blue 223

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

Shades of Navy Blue #046EDF

Tints of Navy Blue #046EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.17%

R = 1.19%
G = 32.64%
B = 66.17%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#046EDF (or 0x046EDF) is known color: Navy Blue. HEX triplet: 04, 6E and DF. RGB value is (4,110,223). Sum of RGB (Red+Green+Blue) = 4+110+223=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #046EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046EDF is #FB9120. Grayscale: #5A5A5A. Windows color (decimal): -16486689 or 14642692. OLE color: 14642692.

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

Color convert

RGB 4 110 223 -
CMYK 0.98 0.51 0 0.13
HSL 210.96º 0.96% 0.45% -
HSV(B) 210.96º 0.98% 0.87% -
XYZ 18.95 16.51 72 -
YUV 91.19 202.38 65.81 -
System Red Green Blue C M Y K H S L
Decimal 4 110 223 0.98 0.51 0 0.13 210.96 0.96 0.45
Hex 4 6E DF 62 33 0 D D3 60 2D
Octal 4 156 337 142 63 0 15 323 140 55
Binary 100 1101110 11011111 1100010 110011 0 1101 11010011 1100000 101101

Color Harmonies of #046EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046EDF

Black with #046EDF

Text Example


Text Example

White with #046EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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