Html Css Color HEX #094FE0 Navy Blue

📋 copy color: '#094FE0'

red 9 ◦ green 79 ◦ blue 224

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

Shades of Navy Blue #094FE0

Tints of Navy Blue #094FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 71.79%

R = 2.88%
G = 25.32%
B = 71.79%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#094FE0 (or 0x094FE0) is known color: Navy Blue. HEX triplet: 09, 4F and E0. RGB value is (9,79,224). Sum of RGB (Red+Green+Blue) = 9+79+224=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 224 (87.89% from 255 or 71.79% from 312); Max value from RGB is 224 - color contains mainly: blue. Hex color #094FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094FE0 is #F6B01F. Grayscale: #494949. Windows color (decimal): -16166944 or 14700297. OLE color: 14700297.

HSL color Cylindrical-coordinate representation of color #094FE0: hue angle of 220.47º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094FE0 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 9 79 224 -
CMYK 0.96 0.65 0 0.12
HSL 220.47º 0.92% 0.46% -
HSV(B) 220.47º 0.96% 0.88% -
XYZ 16.36 11.03 71.79 -
YUV 74.6 212.31 81.21 -
System Red Green Blue C M Y K H S L
Decimal 9 79 224 0.96 0.65 0 0.12 220.47 0.92 0.46
Hex 9 4F E0 60 41 0 C DC 5C 2E
Octal 11 117 340 140 101 0 14 334 134 56
Binary 1001 1001111 11100000 1100000 1000001 0 1100 11011100 1011100 101110

Color Harmonies of #094FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094FE0

Black with #094FE0

Text Example


Text Example

White with #094FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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