Html Css Color HEX #094BE8 Navy Blue

📋 copy color: '#094BE8'

red 9 ◦ green 75 ◦ blue 232

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

Shades of Navy Blue #094BE8

Tints of Navy Blue #094BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 73.42%

R = 2.85%
G = 23.73%
B = 73.42%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#094BE8 (or 0x094BE8) is known color: Navy Blue. HEX triplet: 09, 4B and E8. RGB value is (9,75,232). Sum of RGB (Red+Green+Blue) = 9+75+232=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 232 (91.02% from 255 or 73.42% from 316); Max value from RGB is 232 - color contains mainly: blue. Hex color #094BE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #094BE8 is #F6B417. Grayscale: #484848. Windows color (decimal): -16167960 or 15223561. OLE color: 15223561.

HSL color Cylindrical-coordinate representation of color #094BE8: hue angle of 222.24º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094BE8 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 75 232 -
CMYK 0.96 0.68 0 0.09
HSL 222.24º 0.93% 0.47% -
HSV(B) 222.24º 0.96% 0.91% -
XYZ 17.19 10.92 77.54 -
YUV 73.16 217.63 82.23 -
System Red Green Blue C M Y K H S L
Decimal 9 75 232 0.96 0.68 0 0.09 222.24 0.93 0.47
Hex 9 4B E8 60 44 0 9 DE 5D 2F
Octal 11 113 350 140 104 0 11 336 135 57
Binary 1001 1001011 11101000 1100000 1000100 0 1001 11011110 1011101 101111

Color Harmonies of #094BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094BE8

Black with #094BE8

Text Example


Text Example

White with #094BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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