Html Css Color HEX #094FEE Navy Blue

📋 copy color: '#094FEE'

red 9 ◦ green 79 ◦ blue 238

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

Shades of Navy Blue #094FEE

Tints of Navy Blue #094FEE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.23%

 BLUE value IS 238 (93.36% from 255) = 73.01%

R = 2.76%
G = 24.23%
B = 73.01%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#094FEE (or 0x094FEE) is known color: Navy Blue. HEX triplet: 09, 4F and EE. RGB value is (9,79,238). Sum of RGB (Red+Green+Blue) = 9+79+238=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 238 (93.36% from 255 or 73.01% from 326); Max value from RGB is 238 - color contains mainly: blue. Hex color #094FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094FEE is #F6B011. Grayscale: #4B4B4B. Windows color (decimal): -16166930 or 15617801. OLE color: 15617801.

HSL color Cylindrical-coordinate representation of color #094FEE: hue angle of 221.66º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094FEE is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 79 238 -
CMYK 0.96 0.67 0 0.07
HSL 221.66º 0.93% 0.48% -
HSV(B) 221.66º 0.96% 0.93% -
XYZ 18.34 11.82 82.2 -
YUV 76.2 219.31 80.07 -
System Red Green Blue C M Y K H S L
Decimal 9 79 238 0.96 0.67 0 0.07 221.66 0.93 0.48
Hex 9 4F EE 60 43 0 7 DE 5D 30
Octal 11 117 356 140 103 0 7 336 135 60
Binary 1001 1001111 11101110 1100000 1000011 0 111 11011110 1011101 110000

Color Harmonies of #094FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094FEE

Black with #094FEE

Text Example


Text Example

White with #094FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,79,238); }

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

background-color css

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

 a { background-color: rgb(9,79,238); }

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

border-color css

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

 span { border-color: rgb(9,79,238); }

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