Html Css Color HEX #097ADB Navy Blue

📋 copy color: '#097ADB'

red 9 ◦ green 122 ◦ blue 219

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

Shades of Navy Blue #097ADB

Tints of Navy Blue #097ADB

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 value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#097ADB (or 0x097ADB) is known color: 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

RGB 9 122 219 -
CMYK 0.96 0.44 0 0.14
HSL 207.71º 0.92% 0.45% -
HSV(B) 207.71º 0.96% 0.86% -
XYZ 19.86 19.09 69.66 -
YUV 99.27 195.56 63.61 -
System Red Green Blue C M Y K H S L
Decimal 9 122 219 0.96 0.44 0 0.14 207.71 0.92 0.45
Hex 9 7A DB 60 2C 0 E D0 5C 2D
Octal 11 172 333 140 54 0 16 320 134 55
Binary 1001 1111010 11011011 1100000 101100 0 1110 11010000 1011100 101101

Color Harmonies of #097ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097ADB

Black with #097ADB

Text Example


Text Example

White with #097ADB

Text Example


Text Example

HTML Codes & Css Web 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>