Html Css Color HEX #094EF6 Navy Blue

📋 copy color: '#094EF6'

red 9 ◦ green 78 ◦ blue 246

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

Shades of Navy Blue #094EF6

Tints of Navy Blue #094EF6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.42%

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

R = 2.7%
G = 23.42%
B = 73.87%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#094EF6 (or 0x094EF6) is known color: Navy Blue. HEX triplet: 09, 4E and F6. RGB value is (9,78,246). Sum of RGB (Red+Green+Blue) = 9+78+246=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 246 (96.48% from 255 or 73.87% from 333); Max value from RGB is 246 - color contains mainly: blue. Hex color #094EF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094EF6 is #F6B109. Grayscale: #4B4B4B. Windows color (decimal): -16167178 or 16141833. OLE color: 16141833.

HSL color Cylindrical-coordinate representation of color #094EF6: hue angle of 222.53º 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 #094EF6 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 9 78 246 -
CMYK 0.96 0.68 0 0.04
HSL 222.53º 0.93% 0.5% -
HSV(B) 222.53º 0.96% 0.96% -
XYZ 19.47 12.16 88.51 -
YUV 76.52 223.64 79.84 -
System Red Green Blue C M Y K H S L
Decimal 9 78 246 0.96 0.68 0 0.04 222.53 0.93 0.5
Hex 9 4E F6 60 44 0 4 DF 5D 32
Octal 11 116 366 140 104 0 4 337 135 62
Binary 1001 1001110 11110110 1100000 1000100 0 100 11011111 1011101 110010

Color Harmonies of #094EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094EF6

Black with #094EF6

Text Example


Text Example

White with #094EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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