#097FD3

Color #097FD3 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #097FD3

Tints of Navy Blue #097FD3

Color information

#097FD3 (or 0x097FD3) is unknown color: approx Navy Blue. HEX triplet: 09, 7F and D3. RGB value is (9,127,211). Sum of RGB (Red+Green+Blue) = 9+127+211=347 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 211 (82.81% from 255 or 60.81% from 347); Max value from RGB is 211 - color contains mainly: blue. Hex color #097FD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FD3 is #F6802C. Grayscale: #646464. Windows color (decimal): -16154669 or 13860617. OLE color: 13860617.

HSL color Cylindrical-coordinate representation of color #097FD3: hue angle of 204.95º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097FD3 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB9127211-
CMYK0.960.4000.17
HSL204.95º91.82%43.14%-
HSV(B)204.95º95.73%82.75%-
XYZ19.4619.9464.45-
YUV101.29189.9162.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.59%
GREEN value IS 127 (50% from 255) = 36.60%
BLUE value IS 211 (82.81% from 255) = 60.81%
R=2.59%
G=36.60%
B=60.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal91272110.960.4000.17204.9591.8243.14
Hex97FD36028011cd5c2b
Octal111773231405002131513453
Binary10011111111110100111100000101000010001110011011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #097FD3;
 }
 .AnyTagClassName
 {
   color: #097FD3;
 }
</style>
background-color css

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

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

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

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

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

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