Html Css Color HEX #094AE5 Navy Blue

📋 copy color: '#094AE5'

red 9 ◦ green 74 ◦ blue 229

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

Shades of Navy Blue #094AE5

Tints of Navy Blue #094AE5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.72%

 BLUE value IS 229 (89.84% from 255) = 73.4%

R = 2.88%
G = 23.72%
B = 73.4%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#094AE5 (or 0x094AE5) is known color: Navy Blue. HEX triplet: 09, 4A and E5. RGB value is (9,74,229). Sum of RGB (Red+Green+Blue) = 9+74+229=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 229 (89.84% from 255 or 73.40% from 312); Max value from RGB is 229 - color contains mainly: blue. Hex color #094AE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094AE5 is #F6B51A. Grayscale: #474747. Windows color (decimal): -16168219 or 15026697. OLE color: 15026697.

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

Color convert

RGB 9 74 229 -
CMYK 0.96 0.68 0 0.10
HSL 222.27º 0.92% 0.47% -
HSV(B) 222.27º 0.96% 0.9% -
XYZ 16.7 10.61 75.3 -
YUV 72.24 216.47 82.9 -
System Red Green Blue C M Y K H S L
Decimal 9 74 229 0.96 0.68 0 0.10 222.27 0.92 0.47
Hex 9 4A E5 60 44 0 A DE 5C 2F
Octal 11 112 345 140 104 0 12 336 134 57
Binary 1001 1001010 11100101 1100000 1000100 0 1010 11011110 1011100 101111

Color Harmonies of #094AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094AE5

Black with #094AE5

Text Example


Text Example

White with #094AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,74,229); }

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

background-color css

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

 a { background-color: rgb(9,74,229); }

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

border-color css

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

 span { border-color: rgb(9,74,229); }

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