Html Css Color HEX #094DF6 Navy Blue

📋 copy color: '#094DF6'

red 9 ◦ green 77 ◦ blue 246

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

Shades of Navy Blue #094DF6

Tints of Navy Blue #094DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 74.1%

R = 2.71%
G = 23.19%
B = 74.1%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#094DF6 (or 0x094DF6) is known color: Navy Blue. HEX triplet: 09, 4D and F6. RGB value is (9,77,246). Sum of RGB (Red+Green+Blue) = 9+77+246=332 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.71% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 246 (96.48% from 255 or 74.10% from 332); Max value from RGB is 246 - color contains mainly: blue. Hex color #094DF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094DF6 is #F6B209. Grayscale: #4B4B4B. Windows color (decimal): -16167434 or 16141577. OLE color: 16141577.

HSL color Cylindrical-coordinate representation of color #094DF6: hue angle of 222.78º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094DF6 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 9 77 246 -
CMYK 0.96 0.69 0 0.04
HSL 222.78º 0.93% 0.5% -
HSV(B) 222.78º 0.96% 0.96% -
XYZ 19.4 12.02 88.49 -
YUV 75.93 223.97 80.26 -
System Red Green Blue C M Y K H S L
Decimal 9 77 246 0.96 0.69 0 0.04 222.78 0.93 0.5
Hex 9 4D F6 60 45 0 4 DF 5D 32
Octal 11 115 366 140 105 0 4 337 135 62
Binary 1001 1001101 11110110 1100000 1000101 0 100 11011111 1011101 110010

Color Harmonies of #094DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094DF6

Black with #094DF6

Text Example


Text Example

White with #094DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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