Html Css Color HEX #094BFF Navy Blue

📋 copy color: '#094BFF'

red 9 ◦ green 75 ◦ blue 255

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

Shades of Navy Blue #094BFF

Tints of Navy Blue #094BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.12%

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

R = 2.65%
G = 22.12%
B = 75.22%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#094BFF (or 0x094BFF) is known color: Navy Blue. HEX triplet: 09, 4B and FF. RGB value is (9,75,255). Sum of RGB (Red+Green+Blue) = 9+75+255=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #094BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #094BFF is #F6B400. Grayscale: #4B4B4B. Windows color (decimal): -16167937 or 16730889. OLE color: 16730889.

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

Color convert

RGB 9 75 255 -
CMYK 0.96 0.71 0 0
HSL 223.9º 1% 0.52% -
HSV(B) 223.9º 0.96% 1% -
XYZ 20.68 12.31 95.89 -
YUV 75.79 229.13 80.36 -
System Red Green Blue C M Y K H S L
Decimal 9 75 255 0.96 0.71 0 0 223.9 1 0.52
Hex 9 4B FF 60 47 0 0 E0 64 34
Octal 11 113 377 140 107 0 0 340 144 64
Binary 1001 1001011 11111111 1100000 1000111 0 0 11100000 1100100 110100

Color Harmonies of #094BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094BFF

Black with #094BFF

Text Example


Text Example

White with #094BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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