Html Css Color HEX #0846EF Navy Blue

📋 copy color: '#0846EF'

red 8 ◦ green 70 ◦ blue 239

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

Shades of Navy Blue #0846EF

Tints of Navy Blue #0846EF

RGB

 RED value IS 8 (3.52% from 255) = 2.52%

 GREEN value IS 70 (27.73% from 255) = 22.08%

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

R = 2.52%
G = 22.08%
B = 75.39%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0846EF (or 0x0846EF) is known color: Navy Blue. HEX triplet: 08, 46 and EF. RGB value is (8,70,239). Sum of RGB (Red+Green+Blue) = 8+70+239=317 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 239 (93.75% from 255 or 75.39% from 317); Max value from RGB is 239 - color contains mainly: blue. Hex color #0846EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0846EF is #F7B910. Grayscale: #454545. Windows color (decimal): -16234769 or 15681032. OLE color: 15681032.

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

Color convert

RGB 8 70 239 -
CMYK 0.97 0.71 0 0.06
HSL 223.9º 0.94% 0.48% -
HSV(B) 223.9º 0.97% 0.94% -
XYZ 17.87 10.66 82.78 -
YUV 70.73 222.96 83.26 -
System Red Green Blue C M Y K H S L
Decimal 8 70 239 0.97 0.71 0 0.06 223.9 0.94 0.48
Hex 8 46 EF 61 47 0 6 E0 5E 30
Octal 10 106 357 141 107 0 6 340 136 60
Binary 1000 1000110 11101111 1100001 1000111 0 110 11100000 1011110 110000

Color Harmonies of #0846EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0846EF

Black with #0846EF

Text Example


Text Example

White with #0846EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0846EF;
 }
 .AnyTagClassName
 {
   color: #0846EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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