Html Css Color HEX #046FEC Navy Blue

📋 copy color: '#046FEC'

red 4 ◦ green 111 ◦ blue 236

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

Shades of Navy Blue #046FEC

Tints of Navy Blue #046FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

 BLUE value IS 236 (92.58% from 255) = 67.24%

R = 1.14%
G = 31.62%
B = 67.24%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#046FEC (or 0x046FEC) is known color: Navy Blue. HEX triplet: 04, 6F and EC. RGB value is (4,111,236). Sum of RGB (Red+Green+Blue) = 4+111+236=351 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #046FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046FEC is #FB9013. Grayscale: #5C5C5C. Windows color (decimal): -16486420 or 15494916. OLE color: 15494916.

HSL color Cylindrical-coordinate representation of color #046FEC: hue angle of 212.33º 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 #046FEC is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 111 236 -
CMYK 0.98 0.53 0 0.07
HSL 212.33º 0.97% 0.47% -
HSV(B) 212.33º 0.98% 0.93% -
XYZ 20.87 17.45 81.63 -
YUV 93.26 208.55 64.34 -
System Red Green Blue C M Y K H S L
Decimal 4 111 236 0.98 0.53 0 0.07 212.33 0.97 0.47
Hex 4 6F EC 62 35 0 7 D4 61 2F
Octal 4 157 354 142 65 0 7 324 141 57
Binary 100 1101111 11101100 1100010 110101 0 111 11010100 1100001 101111

Color Harmonies of #046FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046FEC

Black with #046FEC

Text Example


Text Example

White with #046FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,111,236); }

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

background-color css

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

 a { background-color: rgb(4,111,236); }

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

border-color css

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

 span { border-color: rgb(4,111,236); }

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