Html Css Color HEX #046FEF Navy Blue

📋 copy color: '#046FEF'

red 4 ◦ green 111 ◦ blue 239

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

Shades of Navy Blue #046FEF

Tints of Navy Blue #046FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.51%

R = 1.13%
G = 31.36%
B = 67.51%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#046FEF (or 0x046FEF) is known color: Navy Blue. HEX triplet: 04, 6F and EF. RGB value is (4,111,239). Sum of RGB (Red+Green+Blue) = 4+111+239=354 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #046FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046FEF is #FB9010. Grayscale: #5C5C5C. Windows color (decimal): -16486417 or 15691524. OLE color: 15691524.

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

Color convert

RGB 4 111 239 -
CMYK 0.98 0.54 0 0.06
HSL 212.68º 0.97% 0.48% -
HSV(B) 212.68º 0.98% 0.94% -
XYZ 21.31 17.63 83.94 -
YUV 93.6 210.05 64.09 -
System Red Green Blue C M Y K H S L
Decimal 4 111 239 0.98 0.54 0 0.06 212.68 0.97 0.48
Hex 4 6F EF 62 36 0 6 D5 61 30
Octal 4 157 357 142 66 0 6 325 141 60
Binary 100 1101111 11101111 1100010 110110 0 110 11010101 1100001 110000

Color Harmonies of #046FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046FEF

Black with #046FEF

Text Example


Text Example

White with #046FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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