Html Css Color HEX #094CFE Navy Blue

📋 copy color: '#094CFE'

red 9 ◦ green 76 ◦ blue 254

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

Shades of Navy Blue #094CFE

Tints of Navy Blue #094CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.42%

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

R = 2.65%
G = 22.42%
B = 74.93%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#094CFE (or 0x094CFE) is known color: Navy Blue. HEX triplet: 09, 4C and FE. RGB value is (9,76,254). Sum of RGB (Red+Green+Blue) = 9+76+254=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #094CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #094CFE is #F6B301. Grayscale: #4B4B4B. Windows color (decimal): -16167682 or 16665609. OLE color: 16665609.

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

Color convert

RGB 9 76 254 -
CMYK 0.96 0.70 0 0.00
HSL 223.59º 0.99% 0.52% -
HSV(B) 223.59º 0.96% 1% -
XYZ 20.59 12.38 95.07 -
YUV 76.26 228.3 80.03 -
System Red Green Blue C M Y K H S L
Decimal 9 76 254 0.96 0.70 0 0.00 223.59 0.99 0.52
Hex 9 4C FE 60 46 0 0 E0 63 34
Octal 11 114 376 140 106 0 0 340 143 64
Binary 1001 1001100 11111110 1100000 1000110 0 0 11100000 1100011 110100

Color Harmonies of #094CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094CFE

Black with #094CFE

Text Example


Text Example

White with #094CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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