Html Css Color HEX #094FE7 Navy Blue

📋 copy color: '#094FE7'

red 9 ◦ green 79 ◦ blue 231

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

Shades of Navy Blue #094FE7

Tints of Navy Blue #094FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 72.41%

R = 2.82%
G = 24.76%
B = 72.41%

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

#094FE7 (or 0x094FE7) is known color: Navy Blue. HEX triplet: 09, 4F and E7. RGB value is (9,79,231). Sum of RGB (Red+Green+Blue) = 9+79+231=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 231 (90.62% from 255 or 72.41% from 319); Max value from RGB is 231 - color contains mainly: blue. Hex color #094FE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094FE7 is #F6B018. Grayscale: #4A4A4A. Windows color (decimal): -16166937 or 15159049. OLE color: 15159049.

HSL color Cylindrical-coordinate representation of color #094FE7: hue angle of 221.08º 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 #094FE7 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 79 231 -
CMYK 0.96 0.66 0 0.09
HSL 221.08º 0.93% 0.47% -
HSV(B) 221.08º 0.96% 0.91% -
XYZ 17.33 11.42 76.89 -
YUV 75.4 215.81 80.64 -
System Red Green Blue C M Y K H S L
Decimal 9 79 231 0.96 0.66 0 0.09 221.08 0.93 0.47
Hex 9 4F E7 60 42 0 9 DD 5C 2F
Octal 11 117 347 140 102 0 11 335 134 57
Binary 1001 1001111 11100111 1100000 1000010 0 1001 11011101 1011100 101111

Color Harmonies of #094FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094FE7

Black with #094FE7

Text Example


Text Example

White with #094FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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