Html Css Color HEX #094EFB Navy Blue

📋 copy color: '#094EFB'

red 9 ◦ green 78 ◦ blue 251

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

Shades of Navy Blue #094EFB

Tints of Navy Blue #094EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.08%

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

R = 2.66%
G = 23.08%
B = 74.26%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#094EFB (or 0x094EFB) is known color: Navy Blue. HEX triplet: 09, 4E and FB. RGB value is (9,78,251). Sum of RGB (Red+Green+Blue) = 9+78+251=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 251 (98.44% from 255 or 74.26% from 338); Max value from RGB is 251 - color contains mainly: blue. Hex color #094EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094EFB is #F6B104. Grayscale: #4C4C4C. Windows color (decimal): -16167173 or 16469513. OLE color: 16469513.

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

Color convert

RGB 9 78 251 -
CMYK 0.96 0.69 0 0.02
HSL 222.89º 0.97% 0.51% -
HSV(B) 222.89º 0.96% 0.98% -
XYZ 20.25 12.47 92.61 -
YUV 77.09 226.14 79.43 -
System Red Green Blue C M Y K H S L
Decimal 9 78 251 0.96 0.69 0 0.02 222.89 0.97 0.51
Hex 9 4E FB 60 45 0 2 DF 61 33
Octal 11 116 373 140 105 0 2 337 141 63
Binary 1001 1001110 11111011 1100000 1000101 0 10 11011111 1100001 110011

Color Harmonies of #094EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094EFB

Black with #094EFB

Text Example


Text Example

White with #094EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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