Html Css Color HEX #094AFB Navy Blue

📋 copy color: '#094AFB'

red 9 ◦ green 74 ◦ blue 251

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

Shades of Navy Blue #094AFB

Tints of Navy Blue #094AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.16%

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

R = 2.69%
G = 22.16%
B = 75.15%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#094AFB (or 0x094AFB) is known color: Navy Blue. HEX triplet: 09, 4A and FB. RGB value is (9,74,251). Sum of RGB (Red+Green+Blue) = 9+74+251=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 251 (98.44% from 255 or 75.15% from 334); Max value from RGB is 251 - color contains mainly: blue. Hex color #094AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #094AFB is #F6B504. Grayscale: #494949. Windows color (decimal): -16168197 or 16468489. OLE color: 16468489.

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

Color convert

RGB 9 74 251 -
CMYK 0.96 0.71 0 0.02
HSL 223.88º 0.97% 0.51% -
HSV(B) 223.88º 0.96% 0.98% -
XYZ 19.97 11.92 92.51 -
YUV 74.74 227.47 81.11 -
System Red Green Blue C M Y K H S L
Decimal 9 74 251 0.96 0.71 0 0.02 223.88 0.97 0.51
Hex 9 4A FB 60 47 0 2 E0 61 33
Octal 11 112 373 140 107 0 2 340 141 63
Binary 1001 1001010 11111011 1100000 1000111 0 10 11100000 1100001 110011

Color Harmonies of #094AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094AFB

Black with #094AFB

Text Example


Text Example

White with #094AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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