Html Css Color HEX #097FCD Navy Blue

📋 copy color: '#097FCD'

red 9 ◦ green 127 ◦ blue 205

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

Shades of Navy Blue #097FCD

Tints of Navy Blue #097FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.12%

R = 2.64%
G = 37.24%
B = 60.12%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#097FCD (or 0x097FCD) is known color: Navy Blue. HEX triplet: 09, 7F and CD. RGB value is (9,127,205). Sum of RGB (Red+Green+Blue) = 9+127+205=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #097FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FCD is #F68032. Grayscale: #646464. Windows color (decimal): -16154675 or 13467401. OLE color: 13467401.

HSL color Cylindrical-coordinate representation of color #097FCD: hue angle of 203.88º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097FCD is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 127 205 -
CMYK 0.96 0.38 0 0.20
HSL 203.88º 0.92% 0.42% -
HSV(B) 203.88º 0.96% 0.8% -
XYZ 18.72 19.64 60.56 -
YUV 100.61 186.91 62.66 -
System Red Green Blue C M Y K H S L
Decimal 9 127 205 0.96 0.38 0 0.20 203.88 0.92 0.42
Hex 9 7F CD 60 26 0 14 CC 5C 2A
Octal 11 177 315 140 46 0 24 314 134 52
Binary 1001 1111111 11001101 1100000 100110 0 10100 11001100 1011100 101010

Color Harmonies of #097FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FCD

Black with #097FCD

Text Example


Text Example

White with #097FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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