Html Css Color HEX #094FE8 Navy Blue

📋 copy color: '#094FE8'

red 9 ◦ green 79 ◦ blue 232

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

Shades of Navy Blue #094FE8

Tints of Navy Blue #094FE8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.69%

 BLUE value IS 232 (91.02% from 255) = 72.5%

R = 2.81%
G = 24.69%
B = 72.5%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#094FE8 (or 0x094FE8) is known color: Navy Blue. HEX triplet: 09, 4F and E8. RGB value is (9,79,232). Sum of RGB (Red+Green+Blue) = 9+79+232=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 232 (91.02% from 255 or 72.5% from 320); Max value from RGB is 232 - color contains mainly: blue. Hex color #094FE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094FE8 is #F6B017. Grayscale: #4A4A4A. Windows color (decimal): -16166936 or 15224585. OLE color: 15224585.

HSL color Cylindrical-coordinate representation of color #094FE8: hue angle of 221.17º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094FE8 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 79 232 -
CMYK 0.96 0.66 0 0.09
HSL 221.17º 0.93% 0.47% -
HSV(B) 221.17º 0.96% 0.91% -
XYZ 17.47 11.48 77.64 -
YUV 75.51 216.31 80.56 -
System Red Green Blue C M Y K H S L
Decimal 9 79 232 0.96 0.66 0 0.09 221.17 0.93 0.47
Hex 9 4F E8 60 42 0 9 DD 5D 2F
Octal 11 117 350 140 102 0 11 335 135 57
Binary 1001 1001111 11101000 1100000 1000010 0 1001 11011101 1011101 101111

Color Harmonies of #094FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094FE8

Black with #094FE8

Text Example


Text Example

White with #094FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,79,232); }

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

background-color css

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

 a { background-color: rgb(9,79,232); }

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

border-color css

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

 span { border-color: rgb(9,79,232); }

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