Html Css Color HEX #094EFE Navy Blue

📋 copy color: '#094EFE'

red 9 ◦ green 78 ◦ blue 254

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

Shades of Navy Blue #094EFE

Tints of Navy Blue #094EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 74.49%

R = 2.64%
G = 22.87%
B = 74.49%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#094EFE (or 0x094EFE) is known color: Navy Blue. HEX triplet: 09, 4E and FE. RGB value is (9,78,254). Sum of RGB (Red+Green+Blue) = 9+78+254=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #094EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094EFE is #F6B101. Grayscale: #4C4C4C. Windows color (decimal): -16167170 or 16666121. OLE color: 16666121.

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

Color convert

RGB 9 78 254 -
CMYK 0.96 0.69 0 0.00
HSL 223.1º 0.99% 0.52% -
HSV(B) 223.1º 0.96% 1% -
XYZ 20.73 12.66 95.12 -
YUV 77.43 227.64 79.19 -
System Red Green Blue C M Y K H S L
Decimal 9 78 254 0.96 0.69 0 0.00 223.1 0.99 0.52
Hex 9 4E FE 60 45 0 0 DF 63 34
Octal 11 116 376 140 105 0 0 337 143 64
Binary 1001 1001110 11111110 1100000 1000101 0 0 11011111 1100011 110100

Color Harmonies of #094EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094EFE

Black with #094EFE

Text Example


Text Example

White with #094EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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