Html Css Color HEX #046EEB Navy Blue

📋 copy color: '#046EEB'

red 4 ◦ green 110 ◦ blue 235

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

Shades of Navy Blue #046EEB

Tints of Navy Blue #046EEB

RGB

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

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

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

R = 1.15%
G = 31.52%
B = 67.34%

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

#046EEB (or 0x046EEB) is known color: Navy Blue. HEX triplet: 04, 6E and EB. RGB value is (4,110,235). Sum of RGB (Red+Green+Blue) = 4+110+235=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #046EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046EEB is #FB9114. Grayscale: #5B5B5B. Windows color (decimal): -16486677 or 15429124. OLE color: 15429124.

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

Color convert

RGB 4 110 235 -
CMYK 0.98 0.53 0 0.08
HSL 212.47º 0.97% 0.47% -
HSV(B) 212.47º 0.98% 0.92% -
XYZ 20.62 17.18 80.83 -
YUV 92.56 208.38 64.84 -
System Red Green Blue C M Y K H S L
Decimal 4 110 235 0.98 0.53 0 0.08 212.47 0.97 0.47
Hex 4 6E EB 62 35 0 8 D4 61 2F
Octal 4 156 353 142 65 0 10 324 141 57
Binary 100 1101110 11101011 1100010 110101 0 1000 11010100 1100001 101111

Color Harmonies of #046EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046EEB

Black with #046EEB

Text Example


Text Example

White with #046EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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