Html Css Color HEX #0849F1 Navy Blue

📋 copy color: '#0849F1'

red 8 ◦ green 73 ◦ blue 241

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

Shades of Navy Blue #0849F1

Tints of Navy Blue #0849F1

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.67%

 BLUE value IS 241 (94.53% from 255) = 74.84%

R = 2.48%
G = 22.67%
B = 74.84%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0849F1 (or 0x0849F1) is known color: Navy Blue. HEX triplet: 08, 49 and F1. RGB value is (8,73,241). Sum of RGB (Red+Green+Blue) = 8+73+241=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 241 (94.53% from 255 or 74.84% from 322); Max value from RGB is 241 - color contains mainly: blue. Hex color #0849F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0849F1 is #F7B60E. Grayscale: #474747. Windows color (decimal): -16233999 or 15812872. OLE color: 15812872.

HSL color Cylindrical-coordinate representation of color #0849F1: hue angle of 223.26º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0849F1 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 8 73 241 -
CMYK 0.97 0.70 0 0.05
HSL 223.26º 0.94% 0.49% -
HSV(B) 223.26º 0.97% 0.95% -
XYZ 18.36 11.17 84.41 -
YUV 72.72 222.97 81.84 -
System Red Green Blue C M Y K H S L
Decimal 8 73 241 0.97 0.70 0 0.05 223.26 0.94 0.49
Hex 8 49 F1 61 46 0 5 DF 5E 31
Octal 10 111 361 141 106 0 5 337 136 61
Binary 1000 1001001 11110001 1100001 1000110 0 101 11011111 1011110 110001

Color Harmonies of #0849F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0849F1

Black with #0849F1

Text Example


Text Example

White with #0849F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0849F1;
 }
 .AnyTagClassName
 {
   color: #0849F1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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