Html Css Color HEX #097FCF Navy Blue

📋 copy color: '#097FCF'

red 9 ◦ green 127 ◦ blue 207

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

Shades of Navy Blue #097FCF

Tints of Navy Blue #097FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.35%

R = 2.62%
G = 37.03%
B = 60.35%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#097FCF (or 0x097FCF) is known color: Navy Blue. HEX triplet: 09, 7F and CF. RGB value is (9,127,207). Sum of RGB (Red+Green+Blue) = 9+127+207=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #097FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FCF is #F68030. Grayscale: #646464. Windows color (decimal): -16154673 or 13598473. OLE color: 13598473.

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

Color convert

RGB 9 127 207 -
CMYK 0.96 0.39 0 0.19
HSL 204.24º 0.92% 0.42% -
HSV(B) 204.24º 0.96% 0.81% -
XYZ 18.96 19.74 61.84 -
YUV 100.84 187.91 62.5 -
System Red Green Blue C M Y K H S L
Decimal 9 127 207 0.96 0.39 0 0.19 204.24 0.92 0.42
Hex 9 7F CF 60 27 0 13 CC 5C 2A
Octal 11 177 317 140 47 0 23 314 134 52
Binary 1001 1111111 11001111 1100000 100111 0 10011 11001100 1011100 101010

Color Harmonies of #097FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FCF

Black with #097FCF

Text Example


Text Example

White with #097FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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