Html Css Color HEX #094ADB Navy Blue

📋 copy color: '#094ADB'

red 9 ◦ green 74 ◦ blue 219

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

Shades of Navy Blue #094ADB

Tints of Navy Blue #094ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 72.52%

R = 2.98%
G = 24.5%
B = 72.52%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#094ADB (or 0x094ADB) is known color: Navy Blue. HEX triplet: 09, 4A and DB. RGB value is (9,74,219). Sum of RGB (Red+Green+Blue) = 9+74+219=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #094ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094ADB is #F6B524. Grayscale: #464646. Windows color (decimal): -16168229 or 14371337. OLE color: 14371337.

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

Color convert

RGB 9 74 219 -
CMYK 0.96 0.66 0 0.14
HSL 221.43º 0.92% 0.45% -
HSV(B) 221.43º 0.96% 0.86% -
XYZ 15.35 10.07 68.15 -
YUV 71.1 211.47 83.71 -
System Red Green Blue C M Y K H S L
Decimal 9 74 219 0.96 0.66 0 0.14 221.43 0.92 0.45
Hex 9 4A DB 60 42 0 E DD 5C 2D
Octal 11 112 333 140 102 0 16 335 134 55
Binary 1001 1001010 11011011 1100000 1000010 0 1110 11011101 1011100 101101

Color Harmonies of #094ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094ADB

Black with #094ADB

Text Example


Text Example

White with #094ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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