Html Css Color HEX #046EF1 Navy Blue

📋 copy color: '#046EF1'

red 4 ◦ green 110 ◦ blue 241

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

Shades of Navy Blue #046EF1

Tints of Navy Blue #046EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 67.89%

R = 1.13%
G = 30.99%
B = 67.89%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#046EF1 (or 0x046EF1) is known color: Navy Blue. HEX triplet: 04, 6E and F1. RGB value is (4,110,241). Sum of RGB (Red+Green+Blue) = 4+110+241=355 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 241 (94.53% from 255 or 67.89% from 355); Max value from RGB is 241 - color contains mainly: blue. Hex color #046EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046EF1 is #FB910E. Grayscale: #5C5C5C. Windows color (decimal): -16486671 or 15822340. OLE color: 15822340.

HSL color Cylindrical-coordinate representation of color #046EF1: hue angle of 213.16º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046EF1 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 110 241 -
CMYK 0.98 0.54 0 0.05
HSL 213.16º 0.97% 0.48% -
HSV(B) 213.16º 0.98% 0.95% -
XYZ 21.5 17.53 85.47 -
YUV 93.24 211.38 64.35 -
System Red Green Blue C M Y K H S L
Decimal 4 110 241 0.98 0.54 0 0.05 213.16 0.97 0.48
Hex 4 6E F1 62 36 0 5 D5 61 30
Octal 4 156 361 142 66 0 5 325 141 60
Binary 100 1101110 11110001 1100010 110110 0 101 11010101 1100001 110000

Color Harmonies of #046EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046EF1

Black with #046EF1

Text Example


Text Example

White with #046EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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