#0849E9

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

Shades of Navy Blue #0849E9

Tints of Navy Blue #0849E9

Color information

#0849E9 (or 0x0849E9) is unknown color: approx Navy Blue. HEX triplet: 08, 49 and E9. RGB value is (8,73,233). Sum of RGB (Red+Green+Blue) = 8+73+233=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 233 (91.41% from 255 or 74.20% from 314); Max value from RGB is 233 - color contains mainly: blue. Hex color #0849E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0849E9 is #F7B616. Grayscale: #474747. Windows color (decimal): -16234007 or 15288584. OLE color: 15288584.

HSL color Cylindrical-coordinate representation of color #0849E9: hue angle of 222.67º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0849E9 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB873233-
CMYK0.970.6900.09
HSL222.67º93.36%47.25%-
HSV(B)222.67º96.57%91.37%-
XYZ17.1910.778.25-
YUV71.81218.9782.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.55%
GREEN value IS 73 (28.91% from 255) = 23.25%
BLUE value IS 233 (91.41% from 255) = 74.20%
R=2.55%
G=23.25%
B=74.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal8732330.970.6900.09222.6793.3647.25
Hex849E9614509df5d2f
Octal1011135114110501133713557
Binary10001001001111010011100001100010101001110111111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0849E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0849E9; }

 p { color: rgb(8,73,233); }

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

<style>
 a { background-color: #0849E9; }

 a { background-color: rgb(8,73,233); }

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

<style>
 span { border-color: #0849E9; }

 span { border-color: rgb(8,73,233); }

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