Html Css Color HEX #094EFA Navy Blue

📋 copy color: '#094EFA'

red 9 ◦ green 78 ◦ blue 250

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

Shades of Navy Blue #094EFA

Tints of Navy Blue #094EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 74.18%

R = 2.67%
G = 23.15%
B = 74.18%

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

#094EFA (or 0x094EFA) is known color: Navy Blue. HEX triplet: 09, 4E and FA. RGB value is (9,78,250). Sum of RGB (Red+Green+Blue) = 9+78+250=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 250 (98.05% from 255 or 74.18% from 337); Max value from RGB is 250 - color contains mainly: blue. Hex color #094EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094EFA is #F6B105. Grayscale: #4C4C4C. Windows color (decimal): -16167174 or 16403977. OLE color: 16403977.

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

Color convert

RGB 9 78 250 -
CMYK 0.96 0.69 0 0.02
HSL 222.82º 0.96% 0.51% -
HSV(B) 222.82º 0.96% 0.98% -
XYZ 20.09 12.41 91.78 -
YUV 76.98 225.64 79.51 -
System Red Green Blue C M Y K H S L
Decimal 9 78 250 0.96 0.69 0 0.02 222.82 0.96 0.51
Hex 9 4E FA 60 45 0 2 DF 60 33
Octal 11 116 372 140 105 0 2 337 140 63
Binary 1001 1001110 11111010 1100000 1000101 0 10 11011111 1100000 110011

Color Harmonies of #094EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094EFA

Black with #094EFA

Text Example


Text Example

White with #094EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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