Html Css Color HEX #094DFF Navy Blue

📋 copy color: '#094DFF'

red 9 ◦ green 77 ◦ blue 255

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

Shades of Navy Blue #094DFF

Tints of Navy Blue #094DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 74.78%

R = 2.64%
G = 22.58%
B = 74.78%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#094DFF (or 0x094DFF) is known color: Navy Blue. HEX triplet: 09, 4D and FF. RGB value is (9,77,255). Sum of RGB (Red+Green+Blue) = 9+77+255=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #094DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094DFF is #F6B200. Grayscale: #4C4C4C. Windows color (decimal): -16167425 or 16731401. OLE color: 16731401.

HSL color Cylindrical-coordinate representation of color #094DFF: hue angle of 223.41º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094DFF is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 9 77 255 -
CMYK 0.96 0.70 0 0
HSL 223.41º 1% 0.52% -
HSV(B) 223.41º 0.96% 1% -
XYZ 20.82 12.59 95.94 -
YUV 76.96 228.47 79.53 -
System Red Green Blue C M Y K H S L
Decimal 9 77 255 0.96 0.70 0 0 223.41 1 0.52
Hex 9 4D FF 60 46 0 0 DF 64 34
Octal 11 115 377 140 106 0 0 337 144 64
Binary 1001 1001101 11111111 1100000 1000110 0 0 11011111 1100100 110100

Color Harmonies of #094DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094DFF

Black with #094DFF

Text Example


Text Example

White with #094DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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