Html Css Color HEX #094FFB Navy Blue

📋 copy color: '#094FFB'

red 9 ◦ green 79 ◦ blue 251

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

Shades of Navy Blue #094FFB

Tints of Navy Blue #094FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 74.04%

R = 2.65%
G = 23.3%
B = 74.04%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#094FFB (or 0x094FFB) is known color: Navy Blue. HEX triplet: 09, 4F and FB. RGB value is (9,79,251). Sum of RGB (Red+Green+Blue) = 9+79+251=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 251 (98.44% from 255 or 74.04% from 339); Max value from RGB is 251 - color contains mainly: blue. Hex color #094FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094FFB is #F6B004. Grayscale: #4C4C4C. Windows color (decimal): -16166917 or 16469769. OLE color: 16469769.

HSL color Cylindrical-coordinate representation of color #094FFB: hue angle of 222.64º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094FFB is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 79 251 -
CMYK 0.96 0.69 0 0.02
HSL 222.64º 0.97% 0.51% -
HSV(B) 222.64º 0.96% 0.98% -
XYZ 20.32 12.62 92.63 -
YUV 77.68 225.81 79.01 -
System Red Green Blue C M Y K H S L
Decimal 9 79 251 0.96 0.69 0 0.02 222.64 0.97 0.51
Hex 9 4F FB 60 45 0 2 DF 61 33
Octal 11 117 373 140 105 0 2 337 141 63
Binary 1001 1001111 11111011 1100000 1000101 0 10 11011111 1100001 110011

Color Harmonies of #094FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094FFB

Black with #094FFB

Text Example


Text Example

White with #094FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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