Html Css Color HEX #094EF8 Navy Blue

📋 copy color: '#094EF8'

red 9 ◦ green 78 ◦ blue 248

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

Shades of Navy Blue #094EF8

Tints of Navy Blue #094EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 74.03%

R = 2.69%
G = 23.28%
B = 74.03%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#094EF8 (or 0x094EF8) is known color: Navy Blue. HEX triplet: 09, 4E and F8. RGB value is (9,78,248). Sum of RGB (Red+Green+Blue) = 9+78+248=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 248 (97.27% from 255 or 74.03% from 335); Max value from RGB is 248 - color contains mainly: blue. Hex color #094EF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094EF8 is #F6B107. Grayscale: #4C4C4C. Windows color (decimal): -16167176 or 16272905. OLE color: 16272905.

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

Color convert

RGB 9 78 248 -
CMYK 0.96 0.69 0 0.03
HSL 222.68º 0.94% 0.5% -
HSV(B) 222.68º 0.96% 0.97% -
XYZ 19.78 12.28 90.14 -
YUV 76.75 224.64 79.68 -
System Red Green Blue C M Y K H S L
Decimal 9 78 248 0.96 0.69 0 0.03 222.68 0.94 0.5
Hex 9 4E F8 60 45 0 3 DF 5E 32
Octal 11 116 370 140 105 0 3 337 136 62
Binary 1001 1001110 11111000 1100000 1000101 0 11 11011111 1011110 110010

Color Harmonies of #094EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094EF8

Black with #094EF8

Text Example


Text Example

White with #094EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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