Html Css Color HEX #094DF9 Navy Blue

📋 copy color: '#094DF9'

red 9 ◦ green 77 ◦ blue 249

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

Shades of Navy Blue #094DF9

Tints of Navy Blue #094DF9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.99%

 BLUE value IS 249 (97.66% from 255) = 74.33%

R = 2.69%
G = 22.99%
B = 74.33%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#094DF9 (or 0x094DF9) is known color: Navy Blue. HEX triplet: 09, 4D and F9. RGB value is (9,77,249). Sum of RGB (Red+Green+Blue) = 9+77+249=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 249 (97.66% from 255 or 74.33% from 335); Max value from RGB is 249 - color contains mainly: blue. Hex color #094DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094DF9 is #F6B206. Grayscale: #4B4B4B. Windows color (decimal): -16167431 or 16338185. OLE color: 16338185.

HSL color Cylindrical-coordinate representation of color #094DF9: hue angle of 223º degrees, saturation: 0.95, 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 #094DF9 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 77 249 -
CMYK 0.96 0.69 0 0.02
HSL 223º 0.95% 0.51% -
HSV(B) 223º 0.96% 0.98% -
XYZ 19.87 12.21 90.93 -
YUV 76.28 225.47 80.01 -
System Red Green Blue C M Y K H S L
Decimal 9 77 249 0.96 0.69 0 0.02 223 0.95 0.51
Hex 9 4D F9 60 45 0 2 DF 5F 33
Octal 11 115 371 140 105 0 2 337 137 63
Binary 1001 1001101 11111001 1100000 1000101 0 10 11011111 1011111 110011

Color Harmonies of #094DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094DF9

Black with #094DF9

Text Example


Text Example

White with #094DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094DF9; }

 p { color: rgb(9,77,249); }

 H1.HeaderClassName
 {
   color: #094DF9;
 }
 .AnyTagClassName
 {
   color: #094DF9;
 }
</style>

background-color css

<style>
 a { background-color: #094DF9; }

 a { background-color: rgb(9,77,249); }

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

border-color css

<style>
 span { border-color: #094DF9; }

 span { border-color: rgb(9,77,249); }

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