#097ADB

Color #097ADB Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #097ADB

Tints of Navy Blue #097ADB

Color information

#097ADB (or 0x097ADB) is unknown color: approx Navy Blue. HEX triplet: 09, 7A and DB. RGB value is (9,122,219). Sum of RGB (Red+Green+Blue) = 9+122+219=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #097ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097ADB is #F68524. Grayscale: #626262. Windows color (decimal): -16155941 or 14383625. OLE color: 14383625.

HSL color Cylindrical-coordinate representation of color #097ADB: hue angle of 207.71º 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 #097ADB is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9122219-
CMYK0.960.4400.14
HSL207.71º92.11%44.71%-
HSV(B)207.71º95.89%85.88%-
XYZ19.8619.0969.66-
YUV99.27195.5663.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.57%
GREEN value IS 122 (48.05% from 255) = 34.86%
BLUE value IS 219 (85.94% from 255) = 62.57%
R=2.57%
G=34.86%
B=62.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal91222190.960.4400.14207.7192.1144.71
Hex97ADB602C0Ed05c2d
Octal111723331405401632013455
Binary1001111101011011011110000010110001110110100001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #097ADB;
 }
 .AnyTagClassName
 {
   color: #097ADB;
 }
</style>
background-color css

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

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

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

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

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

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