Html Css Color HEX #094EFF Navy Blue

📋 copy color: '#094EFF'

red 9 ◦ green 78 ◦ blue 255

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

Shades of Navy Blue #094EFF

Tints of Navy Blue #094EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 74.56%

R = 2.63%
G = 22.81%
B = 74.56%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#094EFF (or 0x094EFF) is known color: Navy Blue. HEX triplet: 09, 4E and FF. RGB value is (9,78,255). Sum of RGB (Red+Green+Blue) = 9+78+255=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #094EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094EFF is #F6B100. Grayscale: #4C4C4C. Windows color (decimal): -16167169 or 16731657. OLE color: 16731657.

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

Color convert

RGB 9 78 255 -
CMYK 0.96 0.69 0 0
HSL 223.17º 1% 0.52% -
HSV(B) 223.17º 0.96% 1% -
XYZ 20.89 12.73 95.96 -
YUV 77.55 228.14 79.11 -
System Red Green Blue C M Y K H S L
Decimal 9 78 255 0.96 0.69 0 0 223.17 1 0.52
Hex 9 4E FF 60 45 0 0 DF 64 34
Octal 11 116 377 140 105 0 0 337 144 64
Binary 1001 1001110 11111111 1100000 1000101 0 0 11011111 1100100 110100

Color Harmonies of #094EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094EFF

Black with #094EFF

Text Example


Text Example

White with #094EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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