Html Css Color HEX #094BFE Navy Blue

📋 copy color: '#094BFE'

red 9 ◦ green 75 ◦ blue 254

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

Shades of Navy Blue #094BFE

Tints of Navy Blue #094BFE

RGB

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

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

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

R = 2.66%
G = 22.19%
B = 75.15%

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

#094BFE (or 0x094BFE) is known color: Navy Blue. HEX triplet: 09, 4B and FE. RGB value is (9,75,254). Sum of RGB (Red+Green+Blue) = 9+75+254=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 254 (99.61% from 255 or 75.15% from 338); Max value from RGB is 254 - color contains mainly: blue. Hex color #094BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #094BFE is #F6B401. Grayscale: #4A4A4A. Windows color (decimal): -16167938 or 16665353. OLE color: 16665353.

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

Color convert

RGB 9 75 254 -
CMYK 0.96 0.70 0 0.00
HSL 223.84º 0.99% 0.52% -
HSV(B) 223.84º 0.96% 1% -
XYZ 20.52 12.25 95.05 -
YUV 75.67 228.63 80.45 -
System Red Green Blue C M Y K H S L
Decimal 9 75 254 0.96 0.70 0 0.00 223.84 0.99 0.52
Hex 9 4B FE 60 46 0 0 E0 63 34
Octal 11 113 376 140 106 0 0 340 143 64
Binary 1001 1001011 11111110 1100000 1000110 0 0 11100000 1100011 110100

Color Harmonies of #094BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094BFE

Black with #094BFE

Text Example


Text Example

White with #094BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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