Html Css Color HEX #094FED Navy Blue

📋 copy color: '#094FED'

red 9 ◦ green 79 ◦ blue 237

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

Shades of Navy Blue #094FED

Tints of Navy Blue #094FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 72.92%

R = 2.77%
G = 24.31%
B = 72.92%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#094FED (or 0x094FED) is known color: Navy Blue. HEX triplet: 09, 4F and ED. RGB value is (9,79,237). Sum of RGB (Red+Green+Blue) = 9+79+237=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 237 (92.97% from 255 or 72.92% from 325); Max value from RGB is 237 - color contains mainly: blue. Hex color #094FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094FED is #F6B012. Grayscale: #4B4B4B. Windows color (decimal): -16166931 or 15552265. OLE color: 15552265.

HSL color Cylindrical-coordinate representation of color #094FED: hue angle of 221.58º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094FED is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 79 237 -
CMYK 0.96 0.67 0 0.07
HSL 221.58º 0.93% 0.48% -
HSV(B) 221.58º 0.96% 0.93% -
XYZ 18.19 11.76 81.43 -
YUV 76.08 218.81 80.15 -
System Red Green Blue C M Y K H S L
Decimal 9 79 237 0.96 0.67 0 0.07 221.58 0.93 0.48
Hex 9 4F ED 60 43 0 7 DE 5D 30
Octal 11 117 355 140 103 0 7 336 135 60
Binary 1001 1001111 11101101 1100000 1000011 0 111 11011110 1011101 110000

Color Harmonies of #094FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094FED

Black with #094FED

Text Example


Text Example

White with #094FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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