Html Css Color HEX #046FEB Navy Blue

📋 copy color: '#046FEB'

red 4 ◦ green 111 ◦ blue 235

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

Shades of Navy Blue #046FEB

Tints of Navy Blue #046FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.14%

R = 1.14%
G = 31.71%
B = 67.14%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#046FEB (or 0x046FEB) is known color: Navy Blue. HEX triplet: 04, 6F and EB. RGB value is (4,111,235). Sum of RGB (Red+Green+Blue) = 4+111+235=350 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 235 (92.19% from 255 or 67.14% from 350); Max value from RGB is 235 - color contains mainly: blue. Hex color #046FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046FEB is #FB9014. Grayscale: #5C5C5C. Windows color (decimal): -16486421 or 15429380. OLE color: 15429380.

HSL color Cylindrical-coordinate representation of color #046FEB: hue angle of 212.21º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046FEB is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 111 235 -
CMYK 0.98 0.53 0 0.08
HSL 212.21º 0.97% 0.47% -
HSV(B) 212.21º 0.98% 0.92% -
XYZ 20.73 17.39 80.86 -
YUV 93.14 208.05 64.42 -
System Red Green Blue C M Y K H S L
Decimal 4 111 235 0.98 0.53 0 0.08 212.21 0.97 0.47
Hex 4 6F EB 62 35 0 8 D4 61 2F
Octal 4 157 353 142 65 0 10 324 141 57
Binary 100 1101111 11101011 1100010 110101 0 1000 11010100 1100001 101111

Color Harmonies of #046FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046FEB

Black with #046FEB

Text Example


Text Example

White with #046FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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