Html Css Color HEX #097FC6 Navy Blue

📋 copy color: '#097FC6'

red 9 ◦ green 127 ◦ blue 198

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

Shades of Navy Blue #097FC6

Tints of Navy Blue #097FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 59.28%

R = 2.69%
G = 38.02%
B = 59.28%

CMYK

 C value IS 0.95

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#097FC6 (or 0x097FC6) is known color: Navy Blue. HEX triplet: 09, 7F and C6. RGB value is (9,127,198). Sum of RGB (Red+Green+Blue) = 9+127+198=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 198 (77.73% from 255 or 59.28% from 334); Max value from RGB is 198 - color contains mainly: blue. Hex color #097FC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FC6 is #F68039. Grayscale: #636363. Windows color (decimal): -16154682 or 13008649. OLE color: 13008649.

HSL color Cylindrical-coordinate representation of color #097FC6: hue angle of 202.54º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097FC6 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 127 198 -
CMYK 0.95 0.36 0 0.22
HSL 202.54º 0.91% 0.41% -
HSV(B) 202.54º 0.95% 0.78% -
XYZ 17.9 19.31 56.21 -
YUV 99.81 183.41 63.23 -
System Red Green Blue C M Y K H S L
Decimal 9 127 198 0.95 0.36 0 0.22 202.54 0.91 0.41
Hex 9 7F C6 5F 24 0 16 CB 5B 29
Octal 11 177 306 137 44 0 26 313 133 51
Binary 1001 1111111 11000110 1011111 100100 0 10110 11001011 1011011 101001

Color Harmonies of #097FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FC6

Black with #097FC6

Text Example


Text Example

White with #097FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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