Html Css Color HEX #094AED Navy Blue

📋 copy color: '#094AED'

red 9 ◦ green 74 ◦ blue 237

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

Shades of Navy Blue #094AED

Tints of Navy Blue #094AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.13%

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

R = 2.81%
G = 23.13%
B = 74.06%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#094AED (or 0x094AED) is known color: Navy Blue. HEX triplet: 09, 4A and ED. RGB value is (9,74,237). Sum of RGB (Red+Green+Blue) = 9+74+237=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 237 (92.97% from 255 or 74.06% from 320); Max value from RGB is 237 - color contains mainly: blue. Hex color #094AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #094AED is #F6B512. Grayscale: #484848. Windows color (decimal): -16168211 or 15550985. OLE color: 15550985.

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

Color convert

RGB 9 74 237 -
CMYK 0.96 0.69 0 0.07
HSL 222.89º 0.93% 0.48% -
HSV(B) 222.89º 0.96% 0.93% -
XYZ 17.85 11.07 81.32 -
YUV 73.15 220.47 82.25 -
System Red Green Blue C M Y K H S L
Decimal 9 74 237 0.96 0.69 0 0.07 222.89 0.93 0.48
Hex 9 4A ED 60 45 0 7 DF 5D 30
Octal 11 112 355 140 105 0 7 337 135 60
Binary 1001 1001010 11101101 1100000 1000101 0 111 11011111 1011101 110000

Color Harmonies of #094AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094AED

Black with #094AED

Text Example


Text Example

White with #094AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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