Html Css Color HEX #097DD9 Navy Blue

📋 copy color: '#097DD9'

red 9 ◦ green 125 ◦ blue 217

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

Shades of Navy Blue #097DD9

Tints of Navy Blue #097DD9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.61%

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

R = 2.56%
G = 35.61%
B = 61.82%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#097DD9 (or 0x097DD9) is known color: Navy Blue. HEX triplet: 09, 7D and D9. RGB value is (9,125,217). Sum of RGB (Red+Green+Blue) = 9+125+217=351 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 217 (85.16% from 255 or 61.82% from 351); Max value from RGB is 217 - color contains mainly: blue. Hex color #097DD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DD9 is #F68226. Grayscale: #646464. Windows color (decimal): -16155175 or 14253321. OLE color: 14253321.

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

Color convert

RGB 9 125 217 -
CMYK 0.96 0.42 0 0.15
HSL 206.54º 0.92% 0.44% -
HSV(B) 206.54º 0.96% 0.85% -
XYZ 19.97 19.74 68.4 -
YUV 100.8 193.57 62.52 -
System Red Green Blue C M Y K H S L
Decimal 9 125 217 0.96 0.42 0 0.15 206.54 0.92 0.44
Hex 9 7D D9 60 2A 0 F CF 5C 2C
Octal 11 175 331 140 52 0 17 317 134 54
Binary 1001 1111101 11011001 1100000 101010 0 1111 11001111 1011100 101100

Color Harmonies of #097DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097DD9

Black with #097DD9

Text Example


Text Example

White with #097DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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