Html Css Color HEX #094FDB Navy Blue

📋 copy color: '#094FDB'

red 9 ◦ green 79 ◦ blue 219

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

Shades of Navy Blue #094FDB

Tints of Navy Blue #094FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 71.34%

R = 2.93%
G = 25.73%
B = 71.34%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#094FDB (or 0x094FDB) is known color: Navy Blue. HEX triplet: 09, 4F and DB. RGB value is (9,79,219). Sum of RGB (Red+Green+Blue) = 9+79+219=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #094FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094FDB is #F6B024. Grayscale: #494949. Windows color (decimal): -16166949 or 14372617. OLE color: 14372617.

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

Color convert

RGB 9 79 219 -
CMYK 0.96 0.64 0 0.14
HSL 220º 0.92% 0.45% -
HSV(B) 220º 0.96% 0.86% -
XYZ 15.69 10.76 68.27 -
YUV 74.03 209.81 81.62 -
System Red Green Blue C M Y K H S L
Decimal 9 79 219 0.96 0.64 0 0.14 220 0.92 0.45
Hex 9 4F DB 60 40 0 E DC 5C 2D
Octal 11 117 333 140 100 0 16 334 134 55
Binary 1001 1001111 11011011 1100000 1000000 0 1110 11011100 1011100 101101

Color Harmonies of #094FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094FDB

Black with #094FDB

Text Example


Text Example

White with #094FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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