#0846F8

Color #0846F8 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0846F8

Tints of Navy Blue #0846F8

Color information

#0846F8 (or 0x0846F8) is unknown color: approx Navy Blue. HEX triplet: 08, 46 and F8. RGB value is (8,70,248). Sum of RGB (Red+Green+Blue) = 8+70+248=326 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 248 (97.27% from 255 or 76.07% from 326); Max value from RGB is 248 - color contains mainly: blue. Hex color #0846F8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0846F8 is #F7B907. Grayscale: #464646. Windows color (decimal): -16234760 or 16270856. OLE color: 16270856.

HSL color Cylindrical-coordinate representation of color #0846F8: hue angle of 224.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0846F8 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB870248-
CMYK0.970.7200.03
HSL224.5º94.49%50.2%-
HSV(B)224.5º96.77%97.25%-
XYZ19.2311.2189.96-
YUV71.75227.4682.53-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.45%
GREEN value IS 70 (27.73% from 255) = 21.47%
BLUE value IS 248 (97.27% from 255) = 76.07%
R=2.45%
G=21.47%
B=76.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal8702480.970.7200.03224.594.4950.2
Hex846F8614803e05e32
Octal101063701411100334013662
Binary100010001101111100011000011001000011111000001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0846F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0846F8; }

 p { color: rgb(8,70,248); }

 H1.HeaderClassName
 {
   color: #0846F8;
 }
 .AnyTagClassName
 {
   color: #0846F8;
 }
</style>
background-color css

<style>
 a { background-color: #0846F8; }

 a { background-color: rgb(8,70,248); }

 div.DivClassName
 {
   background-color: #0846F8;
 }
 .BgClassName
 {
   background-color: #0846F8;
 }
</style>
border-color css

<style>
 span { border-color: #0846F8; }

 span { border-color: rgb(8,70,248); }

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