Html Css Color HEX #097FD6 Navy Blue

📋 copy color: '#097FD6'

red 9 ◦ green 127 ◦ blue 214

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

Shades of Navy Blue #097FD6

Tints of Navy Blue #097FD6

RGB

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

 GREEN value IS 127 (50% from 255) = 36.29%

 BLUE value IS 214 (83.98% from 255) = 61.14%

R = 2.57%
G = 36.29%
B = 61.14%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#097FD6 (or 0x097FD6) is known color: Navy Blue. HEX triplet: 09, 7F and D6. RGB value is (9,127,214). Sum of RGB (Red+Green+Blue) = 9+127+214=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 214 (83.98% from 255 or 61.14% from 350); Max value from RGB is 214 - color contains mainly: blue. Hex color #097FD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FD6 is #F68029. Grayscale: #656565. Windows color (decimal): -16154666 or 14057225. OLE color: 14057225.

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

Color convert

RGB 9 127 214 -
CMYK 0.96 0.41 0 0.16
HSL 205.46º 0.92% 0.44% -
HSV(B) 205.46º 0.96% 0.84% -
XYZ 19.84 20.09 66.45 -
YUV 101.64 191.41 61.93 -
System Red Green Blue C M Y K H S L
Decimal 9 127 214 0.96 0.41 0 0.16 205.46 0.92 0.44
Hex 9 7F D6 60 29 0 10 CD 5C 2C
Octal 11 177 326 140 51 0 20 315 134 54
Binary 1001 1111111 11010110 1100000 101001 0 10000 11001101 1011100 101100

Color Harmonies of #097FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FD6

Black with #097FD6

Text Example


Text Example

White with #097FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,127,214); }

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

background-color css

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

 a { background-color: rgb(9,127,214); }

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

border-color css

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

 span { border-color: rgb(9,127,214); }

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