Html Css Color HEX #094FDE Navy Blue

📋 copy color: '#094FDE'

red 9 ◦ green 79 ◦ blue 222

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

Shades of Navy Blue #094FDE

Tints of Navy Blue #094FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 71.61%

R = 2.9%
G = 25.48%
B = 71.61%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#094FDE (or 0x094FDE) is known color: Navy Blue. HEX triplet: 09, 4F and DE. RGB value is (9,79,222). Sum of RGB (Red+Green+Blue) = 9+79+222=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 222 (87.11% from 255 or 71.61% from 310); Max value from RGB is 222 - color contains mainly: blue. Hex color #094FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094FDE is #F6B021. Grayscale: #494949. Windows color (decimal): -16166946 or 14569225. OLE color: 14569225.

HSL color Cylindrical-coordinate representation of color #094FDE: hue angle of 220.28º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094FDE is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 79 222 -
CMYK 0.96 0.64 0 0.13
HSL 220.28º 0.92% 0.45% -
HSV(B) 220.28º 0.96% 0.87% -
XYZ 16.09 10.92 70.37 -
YUV 74.37 211.31 81.37 -
System Red Green Blue C M Y K H S L
Decimal 9 79 222 0.96 0.64 0 0.13 220.28 0.92 0.45
Hex 9 4F DE 60 40 0 D DC 5C 2D
Octal 11 117 336 140 100 0 15 334 134 55
Binary 1001 1001111 11011110 1100000 1000000 0 1101 11011100 1011100 101101

Color Harmonies of #094FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094FDE

Black with #094FDE

Text Example


Text Example

White with #094FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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