Html Css Color HEX #094DFB Navy Blue

📋 copy color: '#094DFB'

red 9 ◦ green 77 ◦ blue 251

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

Shades of Navy Blue #094DFB

Tints of Navy Blue #094DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.85%

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

R = 2.67%
G = 22.85%
B = 74.48%

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

#094DFB (or 0x094DFB) is known color: Navy Blue. HEX triplet: 09, 4D and FB. RGB value is (9,77,251). Sum of RGB (Red+Green+Blue) = 9+77+251=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 251 (98.44% from 255 or 74.48% from 337); Max value from RGB is 251 - color contains mainly: blue. Hex color #094DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094DFB is #F6B204. Grayscale: #4B4B4B. Windows color (decimal): -16167429 or 16469257. OLE color: 16469257.

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

Color convert

RGB 9 77 251 -
CMYK 0.96 0.69 0 0.02
HSL 223.14º 0.97% 0.51% -
HSV(B) 223.14º 0.96% 0.98% -
XYZ 20.18 12.33 92.58 -
YUV 76.5 226.47 79.85 -
System Red Green Blue C M Y K H S L
Decimal 9 77 251 0.96 0.69 0 0.02 223.14 0.97 0.51
Hex 9 4D FB 60 45 0 2 DF 61 33
Octal 11 115 373 140 105 0 2 337 141 63
Binary 1001 1001101 11111011 1100000 1000101 0 10 11011111 1100001 110011

Color Harmonies of #094DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094DFB

Black with #094DFB

Text Example


Text Example

White with #094DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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