Html Css Color HEX #094ADD Navy Blue

📋 copy color: '#094ADD'

red 9 ◦ green 74 ◦ blue 221

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

Shades of Navy Blue #094ADD

Tints of Navy Blue #094ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 72.7%

R = 2.96%
G = 24.34%
B = 72.7%

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

#094ADD (or 0x094ADD) is known color: Navy Blue. HEX triplet: 09, 4A and DD. RGB value is (9,74,221). Sum of RGB (Red+Green+Blue) = 9+74+221=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #094ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094ADD is #F6B522. Grayscale: #464646. Windows color (decimal): -16168227 or 14502409. OLE color: 14502409.

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

Color convert

RGB 9 74 221 -
CMYK 0.96 0.67 0 0.13
HSL 221.6º 0.92% 0.45% -
HSV(B) 221.6º 0.96% 0.87% -
XYZ 15.61 10.18 69.55 -
YUV 71.32 212.47 83.55 -
System Red Green Blue C M Y K H S L
Decimal 9 74 221 0.96 0.67 0 0.13 221.6 0.92 0.45
Hex 9 4A DD 60 43 0 D DE 5C 2D
Octal 11 112 335 140 103 0 15 336 134 55
Binary 1001 1001010 11011101 1100000 1000011 0 1101 11011110 1011100 101101

Color Harmonies of #094ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094ADD

Black with #094ADD

Text Example


Text Example

White with #094ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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