Html Css Color HEX #0949FB Navy Blue

📋 copy color: '#0949FB'

red 9 ◦ green 73 ◦ blue 251

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

Shades of Navy Blue #0949FB

Tints of Navy Blue #0949FB

RGB

 RED value IS 9 (3.91% from 255) = 2.7%

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

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

R = 2.7%
G = 21.92%
B = 75.38%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0949FB (or 0x0949FB) is known color: Navy Blue. HEX triplet: 09, 49 and FB. RGB value is (9,73,251). Sum of RGB (Red+Green+Blue) = 9+73+251=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #0949FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0949FB is #F6B604. Grayscale: #494949. Windows color (decimal): -16168453 or 16468233. OLE color: 16468233.

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

Color convert

RGB 9 73 251 -
CMYK 0.96 0.71 0 0.02
HSL 224.13º 0.97% 0.51% -
HSV(B) 224.13º 0.96% 0.98% -
XYZ 19.91 11.79 92.49 -
YUV 74.16 227.8 81.53 -
System Red Green Blue C M Y K H S L
Decimal 9 73 251 0.96 0.71 0 0.02 224.13 0.97 0.51
Hex 9 49 FB 60 47 0 2 E0 61 33
Octal 11 111 373 140 107 0 2 340 141 63
Binary 1001 1001001 11111011 1100000 1000111 0 10 11100000 1100001 110011

Color Harmonies of #0949FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0949FB

Black with #0949FB

Text Example


Text Example

White with #0949FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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