Html Css Color HEX #0949FE Navy Blue

📋 copy color: '#0949FE'

red 9 ◦ green 73 ◦ blue 254

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

Shades of Navy Blue #0949FE

Tints of Navy Blue #0949FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 75.6%

R = 2.68%
G = 21.73%
B = 75.6%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0949FE (or 0x0949FE) is known color: Navy Blue. HEX triplet: 09, 49 and FE. RGB value is (9,73,254). Sum of RGB (Red+Green+Blue) = 9+73+254=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 254 (99.61% from 255 or 75.60% from 336); Max value from RGB is 254 - color contains mainly: blue. Hex color #0949FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0949FE is #F6B601. Grayscale: #494949. Windows color (decimal): -16168450 or 16664841. OLE color: 16664841.

HSL color Cylindrical-coordinate representation of color #0949FE: hue angle of 224.33º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0949FE is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 9 73 254 -
CMYK 0.96 0.71 0 0.00
HSL 224.33º 0.99% 0.52% -
HSV(B) 224.33º 0.96% 1% -
XYZ 20.38 11.98 95 -
YUV 74.5 229.3 81.28 -
System Red Green Blue C M Y K H S L
Decimal 9 73 254 0.96 0.71 0 0.00 224.33 0.99 0.52
Hex 9 49 FE 60 47 0 0 E0 63 34
Octal 11 111 376 140 107 0 0 340 143 64
Binary 1001 1001001 11111110 1100000 1000111 0 0 11100000 1100011 110100

Color Harmonies of #0949FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0949FE

Black with #0949FE

Text Example


Text Example

White with #0949FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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