Html Css Color HEX #097ADF Navy Blue

📋 copy color: '#097ADF'

red 9 ◦ green 122 ◦ blue 223

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

Shades of Navy Blue #097ADF

Tints of Navy Blue #097ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.99%

R = 2.54%
G = 34.46%
B = 62.99%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#097ADF (or 0x097ADF) is known color: Navy Blue. HEX triplet: 09, 7A and DF. RGB value is (9,122,223). Sum of RGB (Red+Green+Blue) = 9+122+223=354 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #097ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097ADF is #F68520. Grayscale: #636363. Windows color (decimal): -16155937 or 14645769. OLE color: 14645769.

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

Color convert

RGB 9 122 223 -
CMYK 0.96 0.45 0 0.13
HSL 208.32º 0.92% 0.45% -
HSV(B) 208.32º 0.96% 0.87% -
XYZ 20.39 19.3 72.46 -
YUV 99.73 197.56 63.29 -
System Red Green Blue C M Y K H S L
Decimal 9 122 223 0.96 0.45 0 0.13 208.32 0.92 0.45
Hex 9 7A DF 60 2D 0 D D0 5C 2D
Octal 11 172 337 140 55 0 15 320 134 55
Binary 1001 1111010 11011111 1100000 101101 0 1101 11010000 1011100 101101

Color Harmonies of #097ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097ADF

Black with #097ADF

Text Example


Text Example

White with #097ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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