Html Css Color HEX #094DFA Navy Blue

📋 copy color: '#094DFA'

red 9 ◦ green 77 ◦ blue 250

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

Shades of Navy Blue #094DFA

Tints of Navy Blue #094DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 74.4%

R = 2.68%
G = 22.92%
B = 74.4%

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

#094DFA (or 0x094DFA) is known color: Navy Blue. HEX triplet: 09, 4D and FA. RGB value is (9,77,250). Sum of RGB (Red+Green+Blue) = 9+77+250=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 250 (98.05% from 255 or 74.40% from 336); Max value from RGB is 250 - color contains mainly: blue. Hex color #094DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094DFA is #F6B205. Grayscale: #4B4B4B. Windows color (decimal): -16167430 or 16403721. OLE color: 16403721.

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

Color convert

RGB 9 77 250 -
CMYK 0.96 0.69 0 0.02
HSL 223.07º 0.96% 0.51% -
HSV(B) 223.07º 0.96% 0.98% -
XYZ 20.02 12.27 91.76 -
YUV 76.39 225.97 79.93 -
System Red Green Blue C M Y K H S L
Decimal 9 77 250 0.96 0.69 0 0.02 223.07 0.96 0.51
Hex 9 4D FA 60 45 0 2 DF 60 33
Octal 11 115 372 140 105 0 2 337 140 63
Binary 1001 1001101 11111010 1100000 1000101 0 10 11011111 1100000 110011

Color Harmonies of #094DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094DFA

Black with #094DFA

Text Example


Text Example

White with #094DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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