Html Css Color HEX #0849FB Navy Blue

📋 copy color: '#0849FB'

red 8 ◦ green 73 ◦ blue 251

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

Shades of Navy Blue #0849FB

Tints of Navy Blue #0849FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 75.6%

R = 2.41%
G = 21.99%
B = 75.6%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0849FB (or 0x0849FB) is known color: Navy Blue. HEX triplet: 08, 49 and FB. RGB value is (8,73,251). Sum of RGB (Red+Green+Blue) = 8+73+251=332 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.41% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 251 (98.44% from 255 or 75.60% from 332); Max value from RGB is 251 - color contains mainly: blue. Hex color #0849FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0849FB is #F7B604. Grayscale: #494949. Windows color (decimal): -16233989 or 16468232. OLE color: 16468232.

HSL color Cylindrical-coordinate representation of color #0849FB: hue angle of 223.95º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0849FB is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 73 251 -
CMYK 0.97 0.71 0 0.02
HSL 223.95º 0.97% 0.51% -
HSV(B) 223.95º 0.97% 0.98% -
XYZ 19.9 11.78 92.49 -
YUV 73.86 227.97 81.03 -
System Red Green Blue C M Y K H S L
Decimal 8 73 251 0.97 0.71 0 0.02 223.95 0.97 0.51
Hex 8 49 FB 61 47 0 2 E0 61 33
Octal 10 111 373 141 107 0 2 340 141 63
Binary 1000 1001001 11111011 1100001 1000111 0 10 11100000 1100001 110011

Color Harmonies of #0849FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0849FB

Black with #0849FB

Text Example


Text Example

White with #0849FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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