Html Css Color HEX #097ADA Navy Blue

📋 copy color: '#097ADA'

red 9 ◦ green 122 ◦ blue 218

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

Shades of Navy Blue #097ADA

Tints of Navy Blue #097ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.46%

R = 2.58%
G = 34.96%
B = 62.46%

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

#097ADA (or 0x097ADA) is known color: Navy Blue. HEX triplet: 09, 7A and DA. RGB value is (9,122,218). Sum of RGB (Red+Green+Blue) = 9+122+218=349 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.58% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #097ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097ADA is #F68525. Grayscale: #626262. Windows color (decimal): -16155942 or 14318089. OLE color: 14318089.

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

Color convert

RGB 9 122 218 -
CMYK 0.96 0.44 0 0.15
HSL 207.56º 0.92% 0.45% -
HSV(B) 207.56º 0.96% 0.85% -
XYZ 19.73 19.04 68.96 -
YUV 99.16 195.06 63.69 -
System Red Green Blue C M Y K H S L
Decimal 9 122 218 0.96 0.44 0 0.15 207.56 0.92 0.45
Hex 9 7A DA 60 2C 0 F D0 5C 2D
Octal 11 172 332 140 54 0 17 320 134 55
Binary 1001 1111010 11011010 1100000 101100 0 1111 11010000 1011100 101101

Color Harmonies of #097ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097ADA

Black with #097ADA

Text Example


Text Example

White with #097ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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