Html Css Color HEX #097AD9 Navy Blue

📋 copy color: '#097AD9'

red 9 ◦ green 122 ◦ blue 217

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

Shades of Navy Blue #097AD9

Tints of Navy Blue #097AD9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.06%

 BLUE value IS 217 (85.16% from 255) = 62.36%

R = 2.59%
G = 35.06%
B = 62.36%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#097AD9 (or 0x097AD9) is known color: Navy Blue. HEX triplet: 09, 7A and D9. RGB value is (9,122,217). Sum of RGB (Red+Green+Blue) = 9+122+217=348 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 217 (85.16% from 255 or 62.36% from 348); Max value from RGB is 217 - color contains mainly: blue. Hex color #097AD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097AD9 is #F68526. Grayscale: #626262. Windows color (decimal): -16155943 or 14252553. OLE color: 14252553.

HSL color Cylindrical-coordinate representation of color #097AD9: hue angle of 207.4º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097AD9 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 122 217 -
CMYK 0.96 0.44 0 0.15
HSL 207.4º 0.92% 0.44% -
HSV(B) 207.4º 0.96% 0.85% -
XYZ 19.6 18.99 68.28 -
YUV 99.04 194.56 63.78 -
System Red Green Blue C M Y K H S L
Decimal 9 122 217 0.96 0.44 0 0.15 207.4 0.92 0.44
Hex 9 7A D9 60 2C 0 F CF 5C 2C
Octal 11 172 331 140 54 0 17 317 134 54
Binary 1001 1111010 11011001 1100000 101100 0 1111 11001111 1011100 101100

Color Harmonies of #097AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097AD9

Black with #097AD9

Text Example


Text Example

White with #097AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #097AD9;
 }
 .AnyTagClassName
 {
   color: #097AD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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