Html Css Color HEX #0849FD Navy Blue

📋 copy color: '#0849FD'

red 8 ◦ green 73 ◦ blue 253

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

Shades of Navy Blue #0849FD

Tints of Navy Blue #0849FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 75.75%

R = 2.4%
G = 21.86%
B = 75.75%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0849FD (or 0x0849FD) is known color: Navy Blue. HEX triplet: 08, 49 and FD. RGB value is (8,73,253). Sum of RGB (Red+Green+Blue) = 8+73+253=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 253 (99.22% from 255 or 75.75% from 334); Max value from RGB is 253 - color contains mainly: blue. Hex color #0849FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0849FD is #F7B602. Grayscale: #494949. Windows color (decimal): -16233987 or 16599304. OLE color: 16599304.

HSL color Cylindrical-coordinate representation of color #0849FD: hue angle of 224.08º 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 #0849FD is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 8 73 253 -
CMYK 0.97 0.71 0 0.01
HSL 224.08º 0.98% 0.51% -
HSV(B) 224.08º 0.97% 0.99% -
XYZ 20.21 11.91 94.16 -
YUV 74.09 228.97 80.86 -
System Red Green Blue C M Y K H S L
Decimal 8 73 253 0.97 0.71 0 0.01 224.08 0.98 0.51
Hex 8 49 FD 61 47 0 1 E0 62 33
Octal 10 111 375 141 107 0 1 340 142 63
Binary 1000 1001001 11111101 1100001 1000111 0 1 11100000 1100010 110011

Color Harmonies of #0849FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0849FD

Black with #0849FD

Text Example


Text Example

White with #0849FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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