Html Css Color HEX #094AFE Navy Blue

📋 copy color: '#094AFE'

red 9 ◦ green 74 ◦ blue 254

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

Shades of Navy Blue #094AFE

Tints of Navy Blue #094AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 75.37%

R = 2.67%
G = 21.96%
B = 75.37%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#094AFE (or 0x094AFE) is known color: Navy Blue. HEX triplet: 09, 4A and FE. RGB value is (9,74,254). Sum of RGB (Red+Green+Blue) = 9+74+254=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #094AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #094AFE is #F6B501. Grayscale: #4A4A4A. Windows color (decimal): -16168194 or 16665097. OLE color: 16665097.

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

Color convert

RGB 9 74 254 -
CMYK 0.96 0.71 0 0.00
HSL 224.08º 0.99% 0.52% -
HSV(B) 224.08º 0.96% 1% -
XYZ 20.45 12.11 95.03 -
YUV 75.09 228.97 80.86 -
System Red Green Blue C M Y K H S L
Decimal 9 74 254 0.96 0.71 0 0.00 224.08 0.99 0.52
Hex 9 4A FE 60 47 0 0 E0 63 34
Octal 11 112 376 140 107 0 0 340 143 64
Binary 1001 1001010 11111110 1100000 1000111 0 0 11100000 1100011 110100

Color Harmonies of #094AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094AFE

Black with #094AFE

Text Example


Text Example

White with #094AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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