Html Css Color HEX #094FDF Navy Blue

📋 copy color: '#094FDF'

red 9 ◦ green 79 ◦ blue 223

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

Shades of Navy Blue #094FDF

Tints of Navy Blue #094FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.7%

R = 2.89%
G = 25.4%
B = 71.7%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#094FDF (or 0x094FDF) is known color: Navy Blue. HEX triplet: 09, 4F and DF. RGB value is (9,79,223). Sum of RGB (Red+Green+Blue) = 9+79+223=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 223 (87.5% from 255 or 71.70% from 311); Max value from RGB is 223 - color contains mainly: blue. Hex color #094FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094FDF is #F6B020. Grayscale: #494949. Windows color (decimal): -16166945 or 14634761. OLE color: 14634761.

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

Color convert

RGB 9 79 223 -
CMYK 0.96 0.65 0 0.13
HSL 220.37º 0.92% 0.45% -
HSV(B) 220.37º 0.96% 0.87% -
XYZ 16.23 10.98 71.08 -
YUV 74.49 211.81 81.29 -
System Red Green Blue C M Y K H S L
Decimal 9 79 223 0.96 0.65 0 0.13 220.37 0.92 0.45
Hex 9 4F DF 60 41 0 D DC 5C 2D
Octal 11 117 337 140 101 0 15 334 134 55
Binary 1001 1001111 11011111 1100000 1000001 0 1101 11011100 1011100 101101

Color Harmonies of #094FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094FDF

Black with #094FDF

Text Example


Text Example

White with #094FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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