Html Css Color HEX #097ED9 Navy Blue

📋 copy color: '#097ED9'

red 9 ◦ green 126 ◦ blue 217

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

Shades of Navy Blue #097ED9

Tints of Navy Blue #097ED9

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.8%

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

R = 2.56%
G = 35.8%
B = 61.65%

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

#097ED9 (or 0x097ED9) is known color: Navy Blue. HEX triplet: 09, 7E and D9. RGB value is (9,126,217). Sum of RGB (Red+Green+Blue) = 9+126+217=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 217 (85.16% from 255 or 61.65% from 352); Max value from RGB is 217 - color contains mainly: blue. Hex color #097ED9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097ED9 is #F68126. Grayscale: #646464. Windows color (decimal): -16154919 or 14253577. OLE color: 14253577.

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

Color convert

RGB 9 126 217 -
CMYK 0.96 0.42 0 0.15
HSL 206.25º 0.92% 0.44% -
HSV(B) 206.25º 0.96% 0.85% -
XYZ 20.1 19.99 68.44 -
YUV 101.39 193.24 62.1 -
System Red Green Blue C M Y K H S L
Decimal 9 126 217 0.96 0.42 0 0.15 206.25 0.92 0.44
Hex 9 7E D9 60 2A 0 F CE 5C 2C
Octal 11 176 331 140 52 0 17 316 134 54
Binary 1001 1111110 11011001 1100000 101010 0 1111 11001110 1011100 101100

Color Harmonies of #097ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097ED9

Black with #097ED9

Text Example


Text Example

White with #097ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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