Html Css Color HEX #0847FF Navy Blue

📋 copy color: '#0847FF'

red 8 ◦ green 71 ◦ blue 255

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

Shades of Navy Blue #0847FF

Tints of Navy Blue #0847FF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.26%

 BLUE value IS 255 (100% from 255) = 76.35%

R = 2.4%
G = 21.26%
B = 76.35%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0847FF (or 0x0847FF) is known color: Navy Blue. HEX triplet: 08, 47 and FF. RGB value is (8,71,255). Sum of RGB (Red+Green+Blue) = 8+71+255=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #0847FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0847FF is #F7B800. Grayscale: #484848. Windows color (decimal): -16234497 or 16729864. OLE color: 16729864.

HSL color Cylindrical-coordinate representation of color #0847FF: hue angle of 224.7º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0847FF is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 8 71 255 -
CMYK 0.97 0.72 0 0
HSL 224.7º 1% 0.52% -
HSV(B) 224.7º 0.97% 1% -
XYZ 20.4 11.78 95.81 -
YUV 73.14 230.63 81.54 -
System Red Green Blue C M Y K H S L
Decimal 8 71 255 0.97 0.72 0 0 224.7 1 0.52
Hex 8 47 FF 61 48 0 0 E1 64 34
Octal 10 107 377 141 110 0 0 341 144 64
Binary 1000 1000111 11111111 1100001 1001000 0 0 11100001 1100100 110100

Color Harmonies of #0847FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0847FF

Black with #0847FF

Text Example


Text Example

White with #0847FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0847FF; }

 p { color: rgb(8,71,255); }

 H1.HeaderClassName
 {
   color: #0847FF;
 }
 .AnyTagClassName
 {
   color: #0847FF;
 }
</style>

background-color css

<style>
 a { background-color: #0847FF; }

 a { background-color: rgb(8,71,255); }

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

border-color css

<style>
 span { border-color: #0847FF; }

 span { border-color: rgb(8,71,255); }

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