Html Css Color HEX #094ADE Navy Blue

📋 copy color: '#094ADE'

red 9 ◦ green 74 ◦ blue 222

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

Shades of Navy Blue #094ADE

Tints of Navy Blue #094ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 72.79%

R = 2.95%
G = 24.26%
B = 72.79%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#094ADE (or 0x094ADE) is known color: Navy Blue. HEX triplet: 09, 4A and DE. RGB value is (9,74,222). Sum of RGB (Red+Green+Blue) = 9+74+222=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 222 (87.11% from 255 or 72.79% from 305); Max value from RGB is 222 - color contains mainly: blue. Hex color #094ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094ADE is #F6B521. Grayscale: #464646. Windows color (decimal): -16168226 or 14567945. OLE color: 14567945.

HSL color Cylindrical-coordinate representation of color #094ADE: hue angle of 221.69º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094ADE is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 74 222 -
CMYK 0.96 0.67 0 0.13
HSL 221.69º 0.92% 0.45% -
HSV(B) 221.69º 0.96% 0.87% -
XYZ 15.75 10.23 70.25 -
YUV 71.44 212.97 83.47 -
System Red Green Blue C M Y K H S L
Decimal 9 74 222 0.96 0.67 0 0.13 221.69 0.92 0.45
Hex 9 4A DE 60 43 0 D DE 5C 2D
Octal 11 112 336 140 103 0 15 336 134 55
Binary 1001 1001010 11011110 1100000 1000011 0 1101 11011110 1011100 101101

Color Harmonies of #094ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094ADE

Black with #094ADE

Text Example


Text Example

White with #094ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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