Html Css Color HEX #0847FC Navy Blue

📋 copy color: '#0847FC'

red 8 ◦ green 71 ◦ blue 252

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

Shades of Navy Blue #0847FC

Tints of Navy Blue #0847FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 76.13%

R = 2.42%
G = 21.45%
B = 76.13%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0847FC (or 0x0847FC) is known color: Navy Blue. HEX triplet: 08, 47 and FC. RGB value is (8,71,252). Sum of RGB (Red+Green+Blue) = 8+71+252=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 252 (98.83% from 255 or 76.13% from 331); Max value from RGB is 252 - color contains mainly: blue. Hex color #0847FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0847FC is #F7B803. Grayscale: #484848. Windows color (decimal): -16234500 or 16533256. OLE color: 16533256.

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

Color convert

RGB 8 71 252 -
CMYK 0.97 0.72 0 0.01
HSL 224.51º 0.98% 0.51% -
HSV(B) 224.51º 0.97% 0.99% -
XYZ 19.92 11.59 93.28 -
YUV 72.8 229.13 81.78 -
System Red Green Blue C M Y K H S L
Decimal 8 71 252 0.97 0.72 0 0.01 224.51 0.98 0.51
Hex 8 47 FC 61 48 0 1 E1 62 33
Octal 10 107 374 141 110 0 1 341 142 63
Binary 1000 1000111 11111100 1100001 1001000 0 1 11100001 1100010 110011

Color Harmonies of #0847FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0847FC

Black with #0847FC

Text Example


Text Example

White with #0847FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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